|
|||
|
|||
|
Inheritance diagram for CommandSajoin:


Public Member Functions | |
| CommandSajoin (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_sajoin.cpp.
|
|
Definition at line 23 of file m_sajoin.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_sajoin.cpp. References ServerLimits::ChanMax, CMD_FAILURE, CMD_SUCCESS, InspIRCd::Config, ERR_NOPRIVILEGES, InspIRCd::FindNick(), Channel::HasUser(), IS_LOCAL, InspIRCd::IsChannel, Channel::JoinUser(), ServerConfig::Limits, User::nick, User::server, Command::ServerInstance, InspIRCd::SNO, InspIRCd::ULine(), User::WriteNumeric(), User::WriteServ(), and SnomaskManager::WriteToSnoMask(). |