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

NAME

Bot::BasicBot::Pluggable::Module::Loader

SYNOPSIS

Loads and unloads bot modules. Keeps track of loaded modules, and restores them on bot startup. Load this module in the shell script that starts the bot, and it should handle everything else for you.

IRC USAGE

Commands:

!load <module>

Loads a module if possible, returns errors if any.

!unload <module>

Unloads a module

!reload <module>

Reloads a module

!list

Lists loaded modules