Skip to content

Commit

Permalink
Change /HELPOP => /HELP to be sensible and match every other ircd
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12088 e03df62e-2008-0410-955e-edbf42e46eb7
  • Loading branch information
danieldg committed Nov 11, 2009
1 parent a95d82e commit 05e6330
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/m_helpop.cpp
Expand Up @@ -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>";
}
Expand Down

0 comments on commit 05e6330

Please sign in to comment.