|
|||
|
|||
|
#include <cmd_whois.h>
Inheritance diagram for CommandWhois:


Public Member Functions | |
| CommandWhois (InspIRCd *Instance) | |
| Constructor for whois. | |
| 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 30 of file cmd_whois.h.
|
|
Constructor for whois.
Definition at line 35 of file cmd_whois.h. References Command::syntax. |
|
||||||||||||
|
Handle command.
Implements Command. |