From d94394560c090e3bf6ae36202af555e9547e4006 Mon Sep 17 00:00:00 2001 From: danieldg Date: Fri, 1 May 2009 21:41:04 +0000 Subject: Fix SILENCE command in m_silence being reported as being in m_slience_ext, noticed by SnoFox git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11343 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/m_silence.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/modules/m_silence.cpp b/src/modules/m_silence.cpp index 93c319903..f938d07d6 100644 --- a/src/modules/m_silence.cpp +++ b/src/modules/m_silence.cpp @@ -91,7 +91,7 @@ class CommandSilence : public Command public: CommandSilence (InspIRCd* Instance, unsigned int &max) : Command(Instance,"SILENCE", 0, 0), maxsilence(max) { - this->source = "m_silence_ext.so"; + this->source = "m_silence.so"; syntax = "{[+|-] }"; TRANSLATE3(TR_TEXT, TR_TEXT, TR_END); } -- cgit v1.2.3