Re: [mail_lists] Re: looking for help with Net::IRC

2003-04-04 Thread Jim
::Onjoin 1.12 AFOXSON 34 POE::Component::IRC::Onjoin::EventProcessor 1.70 AFOXSON | 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::

Re: looking for help with Net::IRC

2003-04-04 Thread Oliver Schaedlich
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

Re: looking for help with Net::IRC

2003-04-03 Thread dan
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'

looking for help with Net::IRC

2003-04-03 Thread Oliver Schaedlich
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 document

Re: frustrating search on the NET::IRC module

2001-11-10 Thread Jim Conner
At 21:50 11.10.2001 +0100, samuel wrote: >hi there!, >i'm writing this email with a great frustration feeling. i've been all >evening looking for the NET::IRC perl module, but it was a waste. > >After searching CPAN modules list and find nothing, i tried it in a >mo

RE: frustrating search on the NET::IRC module

2001-11-10 Thread Wagner-David
What system are you running on? If WIN32, then Activestate has the Net-IRC. If other, then someone else might be able to give info. Wags ;) -Original Message- From: samuel [mailto:[EMAIL PROTECTED]] Sent: Saturday, November 10, 2001 12:50 To: [EMAIL PROTECTED] Subject

frustrating search on the NET::IRC module

2001-11-10 Thread samuel
hi there!, i'm writing this email with a great frustration feeling. i've been all evening looking for the NET::IRC perl module, but it was a waste. After searching CPAN modules list and find nothing, i tried it in a more active way, i tried it in search.cpan.org with a (fake)

Re: NET::IRC

2001-07-06 Thread Aaron Craig
At 16:05 06.07.2001 +0100, Kris G Findlay wrote: >i have a script > ># perl script ## >#!e:\perl\bin\perl > > use Net::IRC; > > my $irc = new Net::IRC; > > my $conn = $irc->newconn(Nick => 'GH-[bot]', >

NET::IRC

2001-07-06 Thread Kris G Findlay
i have a script # perl script ## #!e:\perl\bin\perl use Net::IRC; my $irc = new Net::IRC; my $conn = $irc->newconn(Nick => 'GH-[bot]', Server => 'some.server.com', Port => 6668);