|
|||
|
|||
|


Public Member Functions | |
| ModuleUserIP (InspIRCd *Me) | |
| virtual void | On005Numeric (std::string &output) |
| Called when a 005 numeric is about to be output. | |
| virtual | ~ModuleUserIP () |
| virtual Version | GetVersion () |
| Returns the version number of a Module. | |
Private Attributes | |
| CommandUserip * | mycommand |
Definition at line 54 of file m_userip.cpp.
|
|
Definition at line 58 of file m_userip.cpp. References InspIRCd::AddCommand(), ModuleManager::Attach(), I_On005Numeric, InspIRCd::Modules, mycommand, and Module::ServerInstance. |
|
|
Definition at line 74 of file m_userip.cpp. |
|
|
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 78 of file m_userip.cpp. References API_VERSION, and VF_VENDOR. |
|
|
Called when a 005 numeric is about to be output. The module should modify the 005 numeric if needed to indicate its features.
Reimplemented from Module. Definition at line 69 of file m_userip.cpp. |
|
|
Definition at line 56 of file m_userip.cpp. Referenced by ModuleUserIP(). |