- That error is because it can't establish a socket
connection to that host. Make sure that the name resolves
correctly from that machine outside of your program and that
you can connect with something else.
- Net::IRC is deprecated and not being actively supported
(people keep stepping up to un-deprecate it again and again,
but last I'd heard it was back unsupported). POE::Component::IRC
is actively being developed, actively supported, and uses
POE (and hence, cool).
| [reply] |
Try using irc.slashnet.org. I know for a fact that it works there. I've written a bot using Net::IRC (using it in #everything there) so I can vouch for the modules workability as well. It's probably a connection issue, but I hope that helps you.
--jb
| [reply] |
Are you running some sort of firewall? I had the same kind of problem when it tried to run the net::irc testscript on openbsd. When trying to run the exact same script on windows, my firewall went off because of Perl wanting to establish an connection, after permitting that it passed this error but produced another :)
Now it says: "Undefined subroutine &Net::IRC::time called at blabla/Perl/site/lib/Net/IRC.pm line 127"
Anyone have a clou?
gr,
Bhodi
| [reply] |