|
|||
|
|||
|
#include <command_parse.h>
Inheritance diagram for cmd_reload:


Public Member Functions | |
| cmd_reload (InspIRCd *Instance) | |
| Standard constructor. | |
| CmdResult | Handle (const std::vector< std::string > ¶meters, User *user) |
| Handle RELOAD. | |
A command cant really reload itself, so this has to be in here.
Definition at line 213 of file command_parse.h.
|
|
Standard constructor.
Definition at line 218 of file command_parse.h. References Command::syntax. |
|
||||||||||||
|
Handle RELOAD.
Implements Command. Definition at line 490 of file command_parse.cpp. References CMD_FAILURE, CMD_SUCCESS, User::nick, InspIRCd::Parser, CommandParser::ReloadCommand(), Command::ServerInstance, InspIRCd::SNO, User::WriteServ(), and SnomaskManager::WriteToSnoMask(). |