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_testcommand.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/m_testcommand.cpp') diff --git a/src/modules/m_testcommand.cpp b/src/modules/m_testcommand.cpp index 452160dd0..984283fc3 100644 --- a/src/modules/m_testcommand.cpp +++ b/src/modules/m_testcommand.cpp @@ -55,7 +55,7 @@ class ModuleTestCommand : public Module // 0 in the modes parameter signifies that // anyone can issue the command, and the // command takes only one parameter. - Srv->AddCommand("WOOT",handle_woot,0,0); + Srv->AddCommand("WOOT",handle_woot,0,0,"m_testcommand.so"); // Add a mode +Z for channels with no parameters Srv->AddExtendedMode('Z',MT_CHANNEL,false,1,0); -- cgit v1.3.1-10-gc9f91