|
|||
|
|||
|
Inheritance diagram for CommandChgname:


Public Member Functions | |
| CommandChgname (InspIRCd *Instance) | |
| CmdResult | Handle (const std::vector< std::string > ¶meters, User *user) |
| Handle the command from a user. | |
Definition at line 20 of file m_chgname.cpp.
|
|
Definition at line 23 of file m_chgname.cpp. References Command::source, Command::syntax, TR_END, TR_NICK, TR_TEXT, and TRANSLATE3. |
|
||||||||||||
|
Handle the command from a user.
Implements Command. Definition at line 30 of file m_chgname.cpp. References User::ChangeName(), CMD_FAILURE, CMD_LOCALONLY, CMD_SUCCESS, InspIRCd::Config, ERR_NOSUCHNICK, InspIRCd::FindNick(), User::fullname, IS_LOCAL, ServerConfig::Limits, ServerLimits::MaxGecos, User::nick, Command::ServerInstance, InspIRCd::SNO, User::WriteNumeric(), User::WriteServ(), and SnomaskManager::WriteToSnoMask(). |