NAME
Bot::BasicBot - simple irc bot baseclass
SYNOPSIS
# with all defaults
my $bot = Bot::BasicBot->new( channels => ["#bottest"] );
$bot->run();
# with all known options
my $bot = Bot::BasicBot->new(
server => "irc.example.com",
port => "6667",
channels => ["#bottest"],
nick => "basicbot",
alt_nicks => ["bbot
more»
Bot::BasicBot(3pmUser Contributed Perl DocumentatiBot::BasicBot(3pm)
NAME
Bot::BasicBot - simple irc bot baseclass
SYNOPSIS
# with all defaults
my $bot = Bot::BasicBot->new( channels => ["#bottest"] );
$bot->run();
# with all known options
my $bot = Bot::BasicBot->new(
server => "irc.example.com",
port => "6667",
more»
libbot-basicbot-perl (0.7-2) unstable; urgency=low
* Disable net based tests (closes: #493437)
-- Stephen Gran <sgran@debian.org> Mon, 04 Aug 2008 02:27:37 +0100
libbot-basicbot-perl (0.7-1) unstable; urgency=low
* Initial Release.
-- Stephen Gran <sgran@debian.org> Wed, 30 Jul 2008 20:08:21 +0100