in reply to Re: Re: POE::IRC Not joining Channel
in thread POE::IRC Not joining Channel

When I run your code I get
Global symbol "$kernel" requires explicit package name at 298494b.pl l +ine 38
That is, $kernel is undeclared (and undefined) in the subroutine on_msg.

Replies are listed 'Best First'.
Re: Re: Re: Re: POE::IRC Not joining Channel
by kosh (Initiate) on Oct 11, 2003 at 14:58 UTC
    I noticed that i forgot to declare it there,
    already fixed that,
    the proplem is that it never gets to the "on_connect" sub
    it looks like its not geting the irc_001 event.