- or download this
sub reload_module {
undefSub("on_public");
...
delete $INC{"contrib.pl"};
require "contrib.pl";
}
- or download this
POE::Session->new
( _start => \&bot_start,
...
irc_notice => \&on_notice,
irc_msg => \&on_msg,
);
- or download this
$_[KERNEL]->post( $irc{server} => privmsg => $irc{chan}, "\0037 this i
+s the standard test!");