You're supposed to override methods in Bot::BasicBot:
package Bot::Mlapaglia; use strict; use parent 'Bot::BasicBot'; sub said { my ($self, $args) = @_; return "That's what she said. Heh heh."; }; package main; my $bot = Bit::Mlapaglia->new( ... ); $bot->run();
In reply to Re^6: Perl Simple IRC Client question
by Corion
in thread Perl Simple IRC Client question
by mlapaglia
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |