::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::
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
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'
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
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
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
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)
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]',
>
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);