|
|||
|
|||
|
#include <umode_o.h>
Inheritance diagram for ModeUserOperator:


Public Member Functions | |
| ModeUserOperator (InspIRCd *Instance) | |
| ModeAction | OnModeChange (User *source, User *dest, Channel *channel, std::string ¶meter, bool adding, bool servermode) |
| Called when a mode change for your mode occurs. | |
| unsigned int | GetCount () |
| Get number of items with this mode set on them. | |
Definition at line 20 of file umode_o.h.
|
|
Definition at line 20 of file umode_o.cpp. |
|
|
Get number of items with this mode set on them.
Reimplemented from ModeHandler. Definition at line 51 of file umode_o.cpp. References ModeHandler::count. |
|
||||||||||||||||||||||||||||
|
Called when a mode change for your mode occurs.
Reimplemented from ModeHandler. Definition at line 24 of file umode_o.cpp. References IS_LOCAL, MODEACTION_ALLOW, MODEACTION_DENY, User::nick, User::oper, User::server, ModeHandler::ServerInstance, InspIRCd::SNO, InspIRCd::ULine(), User::UnOper(), and SnomaskManager::WriteToSnoMask(). |