Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    ...
    
    print "Starting Bot!!\n";
    ircinfo();
    
  2. or download this
    sub help {
    my $nick = shift;   
    ...
    last(); # Here i've tried with last; exit(); return;
    }
    1;