Help for this page

Select Code to Download


  1. or download this
    #!/urs/bin/perl
    
    ...
    # Add handlers here...
    
    $bot->start;
    
  2. or download this
    my $conn = Net::IRC::Connection->new($self, @_);
    
  3. or download this
    if (connect( $sock, sockaddr_in($self->port, inet_aton($self->server))
    + )) {
        $self->socket($sock);
    ...
        $self->error(1);
        return;
    }