|
|||
|
|||
|
#include <cmd_pong.h>
Inheritance diagram for CommandPong:


Public Member Functions | |
| CommandPong (InspIRCd *Instance) | |
| Constructor for pong. | |
| 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 28 of file cmd_pong.h.
|
|
Constructor for pong.
Definition at line 33 of file cmd_pong.h. References Command::syntax. |
|
||||||||||||
|
Handle command.
Implements Command. |