diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-02-14 17:11:34 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-02-14 17:11:34 +0000 |
commit | 1f9b2453f25eaf74d2c71c427c45d529694e4e34 (patch) | |
tree | b31e218a526c76dc70057f74e1dc603f3f127de3 /src/modules | |
parent | ab4dee91de96555db158db91240ff91520318068 (diff) |
Somebody *eyes a certain norwegian wannabe* defined two commands called WATCH... O_o
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8934 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules')
-rw-r--r-- | src/modules/m_watch.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_watch.cpp b/src/modules/m_watch.cpp index dff282633..eb1be40dc 100644 --- a/src/modules/m_watch.cpp +++ b/src/modules/m_watch.cpp @@ -77,7 +77,7 @@ watchentries* whos_watching_me; class CommandSVSWatch : public Command { public: - CommandSVSWatch (InspIRCd* Instance) : Command(Instance,"WATCH", 0, 2) + CommandSVSWatch (InspIRCd* Instance) : Command(Instance,"SVSWATCH", 0, 2) { this->source = "m_watch.so"; syntax = "<target> [C|L|S]|[+|-<nick>]"; |