|
|||
|
|||
|
#include <cmd_userhost.h>
Inheritance diagram for CommandUserhost:


Public Member Functions | |
| CommandUserhost (InspIRCd *Instance) | |
| Constructor for userhost. | |
| 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 27 of file cmd_userhost.h.
|
|
Constructor for userhost.
Definition at line 32 of file cmd_userhost.h. References Command::syntax. |
|
||||||||||||
|
Handle command.
Implements Command. |