From 7fffee4db85659b8ce2b20cb23ac76da974725a3 Mon Sep 17 00:00:00 2001 From: w00t Date: Sun, 30 Mar 2008 23:50:42 +0000 Subject: Fix this name git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9233 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/m_silence.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/m_silence.cpp b/src/modules/m_silence.cpp index 7524acf56..4c0dd01be 100644 --- a/src/modules/m_silence.cpp +++ b/src/modules/m_silence.cpp @@ -56,7 +56,7 @@ class CommandSVSSilence : public Command public: CommandSVSSilence(InspIRCd* Instance) : Command(Instance,"SVSSILENCE", 0, 2) { - this->source = "m_watch.so"; + this->source = "m_silence.so"; syntax = " {[+|-] }"; TRANSLATE3(TR_NICK, TR_TEXT, TR_END); /* we watch for a nick. not a UID. */ } -- cgit v1.2.3