summaryrefslogtreecommitdiff
path: root/src/modules/m_vhost.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/m_vhost.cpp')
-rw-r--r--src/modules/m_vhost.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/m_vhost.cpp b/src/modules/m_vhost.cpp
index 08d3e6b66..87f6292da 100644
--- a/src/modules/m_vhost.cpp
+++ b/src/modules/m_vhost.cpp
@@ -65,6 +65,7 @@ class ModuleVHost : public Module
{
mycommand = new CommandVhost(ServerInstance);
ServerInstance->AddCommand(mycommand);
+
}
virtual ~ModuleVHost()