summaryrefslogtreecommitdiff
path: root/src/modules/m_chgname.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/m_chgname.cpp')
-rw-r--r--src/modules/m_chgname.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/m_chgname.cpp b/src/modules/m_chgname.cpp
index dc90b016b..8e2a735d0 100644
--- a/src/modules/m_chgname.cpp
+++ b/src/modules/m_chgname.cpp
@@ -72,6 +72,7 @@ public:
{
mycommand = new CommandChgname(ServerInstance);
ServerInstance->AddCommand(mycommand);
+
}
virtual ~ModuleChgName()