|
|||
|
|||
|
Inheritance diagram for ChanFilter:


Public Member Functions | |
| ChanFilter (InspIRCd *Instance) | |
| virtual bool | ValidateParam (User *user, Channel *chan, std::string &word) |
| Validate parameters. | |
| virtual bool | TellListTooLong (User *user, Channel *chan, std::string &word) |
| Tell the user the list is too long. | |
| virtual void | TellAlreadyOnList (User *user, Channel *chan, std::string &word) |
| Tell the user an item is already on the list. | |
| virtual void | TellNotSet (User *user, Channel *chan, std::string &word) |
| Tell the user that the parameter is not in the list. | |
Definition at line 25 of file m_chanfilter.cpp.
|
|
Definition at line 28 of file m_chanfilter.cpp. |
|
||||||||||||||||
|
Tell the user an item is already on the list. Overridden by implementing module.
Reimplemented from ListModeBase. Definition at line 47 of file m_chanfilter.cpp. References Channel::name, User::nick, and User::WriteNumeric(). |
|
||||||||||||||||
|
Tell the user the list is too long. Overridden by implementing module.
Reimplemented from ListModeBase. Definition at line 41 of file m_chanfilter.cpp. References Channel::name, User::nick, and User::WriteNumeric(). |
|
||||||||||||||||
|
Tell the user that the parameter is not in the list. Overridden by implementing module.
Reimplemented from ListModeBase. Definition at line 52 of file m_chanfilter.cpp. References Channel::name, User::nick, and User::WriteNumeric(). |
|
||||||||||||||||
|
Validate parameters. Overridden by implementing module.
Reimplemented from ListModeBase. Definition at line 30 of file m_chanfilter.cpp. References Channel::name, User::nick, and User::WriteNumeric(). |