|
|||
|
|||
|


Public Member Functions | |
| ModuleOperFlood (InspIRCd *Me) | |
| Version | GetVersion () |
| Returns the version number of a Module. | |
| void | OnPostOper (User *user, const std::string &opertype, const std::string &opername) |
| Called after a user opers locally. | |
Definition at line 17 of file m_operflood.cpp.
|
|
Definition at line 20 of file m_operflood.cpp. References ModuleManager::Attach(), I_OnPostOper, InspIRCd::Modules, and Module::ServerInstance. |
|
|
Returns the version number of a Module. The method should return a Version object with its version information assigned via Version::Version Reimplemented from Module. Definition at line 26 of file m_operflood.cpp. References API_VERSION, and VF_VENDOR. |
|
||||||||||||||||
|
Called after a user opers locally. This is identical to Module::OnOper(), except it is called after OnOper so that other modules can be gauranteed to already have processed the oper-up, for example m_spanningtree has sent out the OPERTYPE, etc.
Reimplemented from Module. Definition at line 31 of file m_operflood.cpp. References User::ExemptFromPenalty, IS_LOCAL, User::nick, and User::WriteServ(). |