summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordanieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7>2009-11-11 16:19:41 +0000
committerdanieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7>2009-11-11 16:19:41 +0000
commit05e6330fbd6e9a427c09cf90e2cada10656c48f7 (patch)
treeb62bd827de1fb44f3bc507d9233f22e95c9f5e30 /src
parenta95d82e5241204b90ad96bcc56f56522668dcc9e (diff)
Change /HELPOP => /HELP to be sensible and match every other ircd
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12088 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src')
-rw-r--r--src/modules/m_helpop.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_helpop.cpp b/src/modules/m_helpop.cpp
index 43da5b4ac..b36bf2e80 100644
--- a/src/modules/m_helpop.cpp
+++ b/src/modules/m_helpop.cpp
@@ -55,7 +55,7 @@ class Helpop : public ModeHandler
class CommandHelpop : public Command
{
public:
- CommandHelpop(Module* Creator) : Command(Creator, "HELPOP", 0)
+ CommandHelpop(Module* Creator) : Command(Creator, "HELP", 0)
{
syntax = "<any-text>";
}