summaryrefslogtreecommitdiff
path: root/src/modules/m_chgident.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/m_chgident.cpp')
-rw-r--r--src/modules/m_chgident.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/modules/m_chgident.cpp b/src/modules/m_chgident.cpp
index c8d4be4a0..14af29829 100644
--- a/src/modules/m_chgident.cpp
+++ b/src/modules/m_chgident.cpp
@@ -86,6 +86,10 @@ class ModuleChgIdent : public Module
public:
ModuleChgIdent() : cmd(this)
{
+ }
+
+ void init()
+ {
ServerInstance->AddCommand(&cmd);
}