Exporter |
Plugins |
| Plugins | |
| Variables | |
| @EXPORT | |
| Plugin Hashes | |
| Functions | |
| registerPlugin | Is called from each plugin to register Adds plugin to %plugins and %descriptions |
| getFunc | Is called when Bot gets a message. |
| getIdleFunc | Is called every 15 seconds |
| getDesc | Looksup the description of a plugin |
| getPlugins | a list of all plugin keys |
| getShortDesc | short Description for a Plugin |
our @EXPORT
Is called from each plugin to register Adds plugin to %plugins and %descriptions
sub registerPlugin
Is called when Bot gets a message.
sub getFunc
Is called every 15 seconds
sub getIdleFunc
Looksup the description of a plugin
sub getDesc
a list of all plugin keys
sub getPlugins
short Description for a Plugin
sub getShortDesc