|
|||
|
|||
|
#include <cmd_nick.h>
Inheritance diagram for CommandNick:


Public Member Functions | |
| CommandNick (InspIRCd *Instance) | |
| Constructor for nick. | |
| CmdResult | Handle (const std::vector< std::string > ¶meters, User *user) |
| Handle command. | |
| CmdResult | HandleInternal (const unsigned int id, const std::deque< classbase * > ¶meters) |
| Handle internal command. | |
Private Attributes | |
| bool | allowinvalid |
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_nick.h.
|
|
Constructor for nick.
Definition at line 33 of file cmd_nick.h. References Command::syntax. |
|
||||||||||||
|
Handle command.
Implements Command. |
|
||||||||||||
|
Handle internal command.
Reimplemented from Command. |
|
|
Definition at line 29 of file cmd_nick.h. |