summaryrefslogtreecommitdiff
path: root/src/modules/m_sethost.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/m_sethost.cpp')
-rw-r--r--src/modules/m_sethost.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_sethost.cpp b/src/modules/m_sethost.cpp
index ba5e3319b..dd60e5766 100644
--- a/src/modules/m_sethost.cpp
+++ b/src/modules/m_sethost.cpp
@@ -48,7 +48,7 @@ class ModuleSetHost : public Module
ModuleSetHost()
{
Srv = new Server;
- Srv->AddCommand("SETHOST",handle_sethost,'o',1);
+ Srv->AddCommand("SETHOST",handle_sethost,'o',1,"m_sethost.so");
}
virtual ~ModuleSetHost()