diff options
Diffstat (limited to 'src/modules/m_setident.cpp')
-rw-r--r-- | src/modules/m_setident.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/m_setident.cpp b/src/modules/m_setident.cpp index a353f883c..4a19b8412 100644 --- a/src/modules/m_setident.cpp +++ b/src/modules/m_setident.cpp @@ -17,10 +17,10 @@ /** Handle /SETIDENT */ -class cmd_setident : public command_t +class cmd_setident : public Command { public: - cmd_setident (InspIRCd* Instance) : command_t(Instance,"SETIDENT", 'o', 1) + cmd_setident (InspIRCd* Instance) : Command(Instance,"SETIDENT", 'o', 1) { this->source = "m_setident.so"; syntax = "<new-ident>"; |