I can't connect to this server at ALL, even with a normal IRC client. irc.easynews.com works, but irc2 and irc3 do not. irc2 just says "Looking up your hostname" and "Checking Ident", then nothing. I get no route to host for irc3.
Will your bot connect to a known-good server (i.e. irc.easynews.com) ?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
irc2 actualy takes longer to connect (like for-ever) anyhow. thank you. I got it working. It was because the nickname was taken, the server gave up on waiting for the bot to select a new nick.
I have a new problem.. I'm trying to code a basic flood protection module - I had one of these on an old bot I did in perl - perlbot keeps spitting out
load_plugin: failed construction of 'FloodProtect': Can't locate object method "new" via package "Perlbot::Plugin::FloodProtect" (perhaps you forgot to load "Perlbot::Plugin::FloodProtect"?) at (eval 77) line 1.
any ideas? thats ALL it tells me...
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm unable to connect to a server.
I get the following:
TYPE: disconnect FORMAT: error
FROM: irc2.easynews.com
TO:
Arg 0: ERROR :Closing Link: by mesa.az.us.undernet.org (Ping timeout)
I've set the localaddr="203.45.240.51" as I've got 2 nics in that machine...
and my server is
<server address="irc2.easynews.com" port="6667" />
it worked fine in 1.4.3 but not 1.9.2 ideas?
I can't connect to this server at ALL, even with a normal IRC client. irc.easynews.com works, but irc2 and irc3 do not. irc2 just says "Looking up your hostname" and "Checking Ident", then nothing. I get no route to host for irc3.
Will your bot connect to a known-good server (i.e. irc.easynews.com) ?
irc2 actualy takes longer to connect (like for-ever) anyhow. thank you. I got it working. It was because the nickname was taken, the server gave up on waiting for the bot to select a new nick.
I have a new problem.. I'm trying to code a basic flood protection module - I had one of these on an old bot I did in perl - perlbot keeps spitting out
load_plugin: failed construction of 'FloodProtect': Can't locate object method "new" via package "Perlbot::Plugin::FloodProtect" (perhaps you forgot to load "Perlbot::Plugin::FloodProtect"?) at (eval 77) line 1.
any ideas? thats ALL it tells me...
Oap.. scrap that... seems I was missing a }
the error is not easy to guess (c: