summaryrefslogtreecommitdiff
path: root/src/modules/m_opermotd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/m_opermotd.cpp')
-rw-r--r--src/modules/m_opermotd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_opermotd.cpp b/src/modules/m_opermotd.cpp
index ef2ad89e7..06b994c91 100644
--- a/src/modules/m_opermotd.cpp
+++ b/src/modules/m_opermotd.cpp
@@ -58,7 +58,7 @@ class ModuleOpermotd : public Module {
Srv = new Server;
- Srv->AddCommand("OPERMOTD",do_opermotd,'o',0);
+ Srv->AddCommand("OPERMOTD",do_opermotd,'o',0,"m_opermotd.so");
opermotd = new FileReader();
LoadOperMOTD();