Menu

Can you help me (trouble@install)

Help
2000-06-12
2000-07-10
  • Nathan Guetta

    Nathan Guetta - 2000-06-12

    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

     
    • Andrew Burke

      Andrew Burke - 2000-06-12

      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.

       
      • Nathan Guetta

        Nathan Guetta - 2000-06-12

        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.

         
        • Andrew Burke

          Andrew Burke - 2000-06-12

          Hrm... can you set $debug to 1 in perlbot.pl and send the output to us?

           
      • Nathan Guetta

        Nathan Guetta - 2000-06-12

        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)

         
    • Nathan Guetta

      Nathan Guetta - 2000-06-14

      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 !

       
      • Jeremy Muhlich

        Jeremy Muhlich - 2000-07-10

        That's interesting, since Net::IRC 0.70 works fine for us.

         

Log in to post a comment.