From 9ab939b7a551cc0689d09dbbe3c3cc10a76f7f24 Mon Sep 17 00:00:00 2001 From: danieldg Date: Wed, 11 Nov 2009 16:29:37 +0000 Subject: Revert "Change /HELPOP => /HELP to be sensible and match every other ircd" This change really doesn't belong in the stable branch git-svn-id: http://svn.inspircd.org/repository/branches/1_2_stable@12091 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/m_helpop.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/m_helpop.cpp b/src/modules/m_helpop.cpp index 532ff5d10..0f65d7dfa 100644 --- a/src/modules/m_helpop.cpp +++ b/src/modules/m_helpop.cpp @@ -52,7 +52,7 @@ class Helpop : public ModeHandler class CommandHelpop : public Command { public: - CommandHelpop (InspIRCd* Instance) : Command(Instance, "HELP", 0, 0) + CommandHelpop (InspIRCd* Instance) : Command(Instance, "HELPOP", 0, 0) { this->source = "m_helpop.so"; syntax = ""; -- cgit v1.3.1-10-gc9f91