diff options
| author | 2008-03-30 23:50:42 +0000 | |
|---|---|---|
| committer | 2008-03-30 23:50:42 +0000 | |
| commit | 7fffee4db85659b8ce2b20cb23ac76da974725a3 (patch) | |
| tree | e5f280918498a2fa9b71ef17d6f22e5a1561600f /src/modules/m_silence.cpp | |
| parent | Add SVSSILENCE: allows services to modify SILENCE lists of users. todo note i... (diff) | |
| download | inspircd++-7fffee4db85659b8ce2b20cb23ac76da974725a3.tar.gz inspircd++-7fffee4db85659b8ce2b20cb23ac76da974725a3.tar.bz2 inspircd++-7fffee4db85659b8ce2b20cb23ac76da974725a3.zip | |
Fix this name
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9233 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_silence.cpp')
| -rw-r--r-- | src/modules/m_silence.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 = "<target> {[+|-]<mask> <p|c|i|n|t|a|x>}"; TRANSLATE3(TR_NICK, TR_TEXT, TR_END); /* we watch for a nick. not a UID. */ } |
