Hi all,
I've just started writing the most basic bot ever, namely the hello_bot :) Basically it is supposed to log into a channel and greet it...
This is the source code I have:
use Net::IRC;
$irc = new Net::IRC;
$conn = $irc->newconn(
Nick => 'DCPTestBot',
Server =>...