LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   Net::IRC problem (https://www.linuxquestions.org/questions/programming-9/net-irc-problem-136796/)

r2bit 01-20-2004 02:45 PM

Net::IRC problem
 
If i try to connect to a irc server in localhost it all works fine , but when i try to connect my bot elsewhere it gives me an error:

bash-2.05b$ perl bot.pl
Can't connect to irc.delfi.ee:6667! at /usr/lib/perl5/site_perl/5.8.2/Net/IRC.pm line 203
Can't call method "add_handler" on unblessed reference at bot.pl line 35.

The 35th line is:

$conn->add_handler('376', \&on_connect);

Any ideas?


All times are GMT -5. The time now is 11:08 PM.