Net::IRC isn't the best way in the world of creating an IRC bot. I just use
IO::Socket, and establish & maintain the connection to IRC myself within my
own source. Personally that's the better option. I've never played with IRC,
but a friend of mine has, and said it wasn't the easiest of modules to use.
Create a socket using IO::Socket, then create a while loop while (<$sock>)
 .. }, and within manage your socket, writing routines for ping, privmsg,
etc.

Dan

"Oliver Schaedlich" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Greetings,
>
> I'm trying to put up a simple IRC bot using the Net::IRC module.
> Connecting and joining the test channel works quite fine, but I do not
> quite understand how to make the bot - for example - realize and react
> when its mode is changed. Is there a good tutorial or in depth
> documentation covering Net::IRC? Maybe I just do not get the hang
> of it, but the accompanying Cpan documentation doesn't help me very
> much.
>
> Best regards,
> oliver.
>
>



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to