diff options
| author | 2009-11-11 16:29:37 +0000 | |
|---|---|---|
| committer | 2009-11-11 16:29:37 +0000 | |
| commit | 9ab939b7a551cc0689d09dbbe3c3cc10a76f7f24 (patch) | |
| tree | c6ec46b3b68df7a3c3aa72a622a603c67bbcec3c /src/modules/m_helpop.cpp | |
| parent | Change /HELPOP => /HELP to be sensible and match every other ircd (diff) | |
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
Diffstat (limited to 'src/modules/m_helpop.cpp')
| -rw-r--r-- | src/modules/m_helpop.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 = "<any-text>"; |
