hello guy, i'm a newbie in perl coding. I've been trying to make it work all nonight and day, but i'm actually stuck. here' s the error messages i got with a perl-w
Useless use of concatenation in void context at PerlbotCore.pm line 245.
Useless use of private variable in void context at PerlbotCore.pm line 663.
Use of uninitialized value at PerlbotCore.pm line 90.
Use of uninitialized value at PerlbotCore.pm line 90.
Can't connect to irc1.grolier.net:6667! at /usr/lib/perl5/site_perl/5.005/Net/IRC.pm line 192
Could not connect to any of the specified servers! (Exiting)
I installed the module Net Irc 0.7
Did i forget something ?
Thanks for your support !
Nathan
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Yes, i tried on different servers and it doesn't connect to them. I tried on different ircd's, different network. And as i am Ircop of one of this server i've didn't sawany connection from my computer in the logs.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
begin class uinfo
end class uinfo
begin class chan
key:
name: #feignasse
flag: +ts
logging: yes
limit: 0
op: calire
op: nathan
end class chan
begin class bot
logdir: ./logs
noload: MegaHal
noload: Stock
noload: Whois
noload: Guile
nickappend: _
nick: Aquarelle
nick: Oceane
plugindir: ./plugins
ircname: vernaculaire
end class bot
begin class user
name: nathan
flag: w
hostmask: *!*@*
password:
testing:
end class user
begin class user
name: calire
flag: w
hostmask: *!*@*.wanadoo.fr
hostmask: *!*@*.in.grolier.fr
password:
testing:
end class user
begin class server
name: irc-grolier
addr: irc1.grolier.net
port: 6667
end class server
Adding server: irc1.grolier.net:6667...
Could not connect to any of the specified servers! (Exiting)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
hello guy, i'm a newbie in perl coding. I've been trying to make it work all nonight and day, but i'm actually stuck. here' s the error messages i got with a perl-w
Useless use of concatenation in void context at PerlbotCore.pm line 245.
Useless use of private variable in void context at PerlbotCore.pm line 663.
Use of uninitialized value at PerlbotCore.pm line 90.
Use of uninitialized value at PerlbotCore.pm line 90.
Can't connect to irc1.grolier.net:6667! at /usr/lib/perl5/site_perl/5.005/Net/IRC.pm line 192
Could not connect to any of the specified servers! (Exiting)
I installed the module Net Irc 0.7
Did i forget something ?
Thanks for your support !
Nathan
i think the main problem is that it can't connect to the irc server:
Can't connect to irc1.grolier.net:6667! at /usr/lib/perl5/site_perl/5.005/Net/IRC.pm line 192
Make sure it allows the bot to connect or try another server. If that doesn't work, get back to us and we'll look into it some more.
Hi :)
Yes, i tried on different servers and it doesn't connect to them. I tried on different ircd's, different network. And as i am Ircop of one of this server i've didn't sawany connection from my computer in the logs.
Hrm... can you set $debug to 1 in perlbot.pl and send the output to us?
begin class uinfo
end class uinfo
begin class chan
key:
name: #feignasse
flag: +ts
logging: yes
limit: 0
op: calire
op: nathan
end class chan
begin class bot
logdir: ./logs
noload: MegaHal
noload: Stock
noload: Whois
noload: Guile
nickappend: _
nick: Aquarelle
nick: Oceane
plugindir: ./plugins
ircname: vernaculaire
end class bot
begin class user
name: nathan
flag: w
hostmask: *!*@*
password:
testing:
end class user
begin class user
name: calire
flag: w
hostmask: *!*@*.wanadoo.fr
hostmask: *!*@*.in.grolier.fr
password:
testing:
end class user
begin class server
name: irc-grolier
addr: irc1.grolier.net
port: 6667
end class server
Adding server: irc1.grolier.net:6667...
Could not connect to any of the specified servers! (Exiting)
Hi guys, well i've been trying again and again, and i found something new, it is Net:IRC 07 which seems to interfer with perlbot 1.2.0
Well i'm now on Net:IRC 0.63 and all works well !
That's interesting, since Net::IRC 0.70 works fine for us.