"Rocco Caputo" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> It comes from POE::Component::IRC.  From the perldoc:
>
>        irc_disconnected
>            The counterpart to irc_connected, sent whenever a
>            socket connection to an IRC server closes down
>            (whether intentionally or unintentionally). ARG0 is
>            the server name.
>
Ahh, thanks.  I should have guessed.  I actually realized this as I was
lying in bed last night.  :)
Unfortunately, this still isn't addressing my issue of the delay.  With the
changes you suggested, and calling
$kernel->delay( cleanup => 5 );
the system still does not release the bot.  It appears to just hang in
channel and never exits.
Is there something I can do to determine what might be causing this and how
to fix it?  Why would it work if I just call the subroutine cleanup
directly, but not if I use the delay()?
Thanks!


Reply via email to