diff options
Diffstat (limited to 'src/modules/m_setident.cpp')
-rw-r--r-- | src/modules/m_setident.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/modules/m_setident.cpp b/src/modules/m_setident.cpp index 2e81c1efd..00545e29b 100644 --- a/src/modules/m_setident.cpp +++ b/src/modules/m_setident.cpp @@ -70,6 +70,10 @@ class ModuleSetIdent : public Module public: ModuleSetIdent() : cmd(this) { + } + + void init() + { ServerInstance->AddCommand(&cmd); } |