From 1f9b2453f25eaf74d2c71c427c45d529694e4e34 Mon Sep 17 00:00:00 2001 From: brain Date: Thu, 14 Feb 2008 17:11:34 +0000 Subject: 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 --- src/modules/m_watch.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules') 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 = " [C|L|S]|[+|-]"; -- cgit v1.2.3