]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_silence.cpp
Bah
[user/henk/code/inspircd.git] / src / modules / m_silence.cpp
index 7524acf569c26abbc444ed468998b3336811bb64..4c0dd01be45b415b10cca94949e2f5a7ce596aed 100644 (file)
@@ -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 = "<target> {[+|-]<mask> <p|c|i|n|t|a|x>}";
                TRANSLATE3(TR_NICK, TR_TEXT, TR_END); /* we watch for a nick. not a UID. */
        }