On Friday 04 April 2003 11:59, you wrote:
Yes. I agree. IO::Socket is better. Anyone tried the POE components?
31 POE::Component::IRC 2.70 FIMM
32 POE::Component::IRC::Object 0.02 MSERGEANT
33 POE::Component::IRC::On
Hello Dan,
Thursday, April 3, 2003, 11:04:36 PM, you wrote:
> 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.
thanks for your advice. Since
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
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 cov