|
|||
|
|||
|


Public Member Functions | |
| ModuleCheck (InspIRCd *Me) | |
| virtual | ~ModuleCheck () |
| virtual Version | GetVersion () |
| Returns the version number of a Module. | |
Private Attributes | |
| CommandCheck * | mycommand |
Definition at line 156 of file m_check.cpp.
|
|
Definition at line 161 of file m_check.cpp. References InspIRCd::AddCommand(), mycommand, and Module::ServerInstance. |
|
|
Definition at line 169 of file m_check.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 173 of file m_check.cpp. References API_VERSION, and VF_VENDOR. |
|
|
Definition at line 159 of file m_check.cpp. Referenced by ModuleCheck(). |