The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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