|
|||
|
|||
|
#include <cmd_mode.h>
Inheritance diagram for CommandMode:


Public Member Functions | |
| CommandMode (InspIRCd *Instance) | |
| Constructor for mode. | |
| CmdResult | Handle (const std::vector< std::string > ¶meters, User *user) |
| Handle command. | |
These command handlers can be reloaded by the core, and handle basic RFC1459 commands. Commands within modules work the same way, however, they can be fully unloaded, where these may not.
Definition at line 26 of file cmd_mode.h.
|
|
Constructor for mode.
Definition at line 31 of file cmd_mode.h. References Command::syntax. |
|
||||||||||||
|
Handle command.
Implements Command. |