From 211b24ba8cf6e21f435f145b0366adc8a3b62460 Mon Sep 17 00:00:00 2001 From: brain Date: Thu, 7 Apr 2005 17:04:04 +0000 Subject: Started work on /UNLOADMODULE, resource tracking and flags in Version class git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@999 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/m_opermotd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/m_opermotd.cpp') 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(); -- cgit v1.3.1-10-gc9f91