The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Bot::BasicBot::Pluggable::Module::Base

SYNOPSIS

The base module for all Bot::BasicBot::Pluggable modules. Inherit from this to get all sorts of exciting things.

IRC INTERFACE

There isn't one - the 'real' modules inherit from this one.

MODULE INTERFACE

You need to override the 'said' and the 'help' methods. help() should return the help text for the module.

BUGS

The {store} isn't any good for /big/ data sets, like the infobot sets. We need a better solution, probably involving Tie.