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

NAME

Bot::BasicBot::Pluggable::Module::Vars

SYNOPSIS

Changes internal module variables. Bot modules have variables that they can use to change their behaviour. This module, when loaded, gives people who are logged in the ability to change these variables from the IRC interface.

IRC USAGE

Commands:

!set <Module name> <variable name> <value>

Sets the variable in a given module. Module must be loaded.

!unset <module name> <variable name>

Unsets a variable.

!vars <module name>

Lists the variables in a module