Help for this page

Select Code to Download


  1. or download this
    use Net::IRC;
    
    ...
            $self->privmsg("#test", "$WHAT DID HE WRITE");
    
    }
    
  2. or download this
    $conn->add_handler('msg', \&on_msg);