|
|||
|
|||
|


Public Member Functions | |
| ModuleHideOper (InspIRCd *Me) | |
| virtual | ~ModuleHideOper () |
| virtual Version | GetVersion () |
| Returns the version number of a Module. | |
| int | OnWhoisLine (User *user, User *dest, int &numeric, std::string &text) |
| Called whenever a line of WHOIS output is sent to a user. | |
Private Attributes | |
| HideOper * | hm |
Definition at line 48 of file m_hideoper.cpp.
|
|
Definition at line 53 of file m_hideoper.cpp. References ModeParser::AddMode(), ModuleManager::Attach(), hm, I_OnWhoisLine, InspIRCd::Modes, InspIRCd::Modules, and Module::ServerInstance. |
|
|
Definition at line 65 of file m_hideoper.cpp. References ModeParser::DelMode(), hm, InspIRCd::Modes, 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 71 of file m_hideoper.cpp. References API_VERSION, VF_COMMON, and VF_VENDOR. |
|
||||||||||||||||||||
|
Called whenever a line of WHOIS output is sent to a user. You may change the numeric and the text of the output by changing the values numeric and text, but you cannot change the user the numeric is sent to. You may however change the user's User values.
Reimplemented from Module. Definition at line 76 of file m_hideoper.cpp. References IS_OPER, and User::IsModeSet(). |
|
|
Definition at line 51 of file m_hideoper.cpp. Referenced by ModuleHideOper(), and ~ModuleHideOper(). |