|
|||
|
|||
|
Inheritance diagram for CommandWatch:


Public Member Functions | |
| CmdResult | remove_watch (User *user, const char *nick) |
| CmdResult | add_watch (User *user, const char *nick) |
| CommandWatch (InspIRCd *Instance, unsigned int &maxwatch) | |
| CmdResult | Handle (const std::vector< std::string > ¶meters, User *user) |
| Handle the command from a user. | |
Private Attributes | |
| unsigned int & | MAX_WATCH |
Definition at line 133 of file m_watch.cpp.
|
||||||||||||
|
Definition at line 258 of file m_watch.cpp. References Command::source, Command::syntax, TR_END, TR_TEXT, and TRANSLATE2. |
|
||||||||||||
|
Definition at line 193 of file m_watch.cpp. References classbase::age, User::awaytime, CMD_FAILURE, InspIRCd::Config, ConvToStr(), User::dhost, Extensible::Extend(), InspIRCd::FindNick(), Extensible::GetExt(), User::ident, IS_AWAY, InspIRCd::IsNick, ServerConfig::Limits, MAX_WATCH, User::nick, ServerLimits::NickMax, Command::ServerInstance, User::Visibility, VisData::VisibleTo(), whos_watching_me, and User::WriteNumeric(). Referenced by Handle(). |
|
||||||||||||
|
Handle the command from a user.
Implements Command. Definition at line 265 of file m_watch.cpp. References add_watch(), User::awaytime, CMD_FAILURE, User::dhost, InspIRCd::FindNick(), Extensible::GetExt(), User::ident, IS_AWAY, User::nick, remove_watch(), Command::ServerInstance, Extensible::Shrink(), whos_watching_me, and User::WriteNumeric(). |
|
||||||||||||
|
Definition at line 137 of file m_watch.cpp. References CMD_FAILURE, InspIRCd::Config, Extensible::GetExt(), InspIRCd::IsNick, ServerConfig::Limits, User::nick, ServerLimits::NickMax, Command::ServerInstance, Extensible::Shrink(), whos_watching_me, and User::WriteNumeric(). Referenced by Handle(). |
|
|
Definition at line 135 of file m_watch.cpp. Referenced by add_watch(). |