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