|
|||
|
|||
|


Public Member Functions | |
| ModuleCycle (InspIRCd *Me) | |
| virtual | ~ModuleCycle () |
| virtual Version | GetVersion () |
| Returns the version number of a Module. | |
Private Attributes | |
| CommandCycle * | mycommand |
Definition at line 80 of file m_cycle.cpp.
|
|
Definition at line 84 of file m_cycle.cpp. References InspIRCd::AddCommand(), mycommand, and Module::ServerInstance. |
|
|
Definition at line 93 of file m_cycle.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 97 of file m_cycle.cpp. References API_VERSION, and VF_VENDOR. |
|
|
Definition at line 82 of file m_cycle.cpp. Referenced by ModuleCycle(). |