diff options
Diffstat (limited to 'src/modules/m_setident.cpp')
-rw-r--r-- | src/modules/m_setident.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/m_setident.cpp b/src/modules/m_setident.cpp index 179053394..8d7980961 100644 --- a/src/modules/m_setident.cpp +++ b/src/modules/m_setident.cpp @@ -65,6 +65,7 @@ class ModuleSetIdent : public Module mycommand = new CommandSetident(ServerInstance); ServerInstance->AddCommand(mycommand); + } virtual ~ModuleSetIdent() |