#include <module.h>

Public Member Functions | |
| Module (BotKernel *) | |
| Constructor. | |
This plugin manage modules
Definition at line 44 of file module.h.
| Module::Module | ( | BotKernel * | b | ) |
Constructor.
Constructor
Definition at line 34 of file module.cpp.
References Plugin::addRequirement(), Plugin::author, Plugin::bindFunction(), Plugin::description, IN_COMMAND_HANDLER, Plugin::name, and Plugin::version.
1.5.7.1