|
|||
|
|||
|


Public Member Functions | |
| ModuleTestCommand (InspIRCd *Me) | |
| virtual | ~ModuleTestCommand () |
| virtual Version | GetVersion () |
| Returns the version number of a Module. | |
Private Attributes | |
| CommandDalinfo * | newcommand |
Definition at line 36 of file m_testcommand.cpp.
|
|
Definition at line 40 of file m_testcommand.cpp. References InspIRCd::AddCommand(), newcommand, and Module::ServerInstance. |
|
|
Definition at line 50 of file m_testcommand.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 54 of file m_testcommand.cpp. References API_VERSION, and VF_VENDOR. |
|
|
Definition at line 38 of file m_testcommand.cpp. Referenced by ModuleTestCommand(). |