|
|||
|
|||
|


Public Member Functions | |
| CommandFilter (FilterBase *f, InspIRCd *Me, const std::string &ssource) | |
| CmdResult | Handle (const std::vector< std::string > ¶meters, User *user) |
| Handle the command from a user. | |
| void | TooFewParams (User *user, const std::string &extra_text) |
Private Attributes | |
| FilterBase * | Base |
Definition at line 129 of file m_filter.cpp.
|
||||||||||||||||
|
Definition at line 133 of file m_filter.cpp. References Command::source, and Command::syntax. |
|
||||||||||||
|
Handle the command from a user.
Implements Command. Definition at line 139 of file m_filter.cpp. References FilterBase::AddFilter(), Base, CMD_FAILURE, CMD_SUCCESS, FilterBase::DeleteFilter(), InspIRCd::Duration(), User::nick, Command::ServerInstance, TooFewParams(), and User::WriteServ(). |
|
||||||||||||
|
Definition at line 213 of file m_filter.cpp. References User::nick, and User::WriteServ(). Referenced by Handle(). |
|
|
Definition at line 131 of file m_filter.cpp. Referenced by Handle(). |