diff options
author | Adam <Adam@anope.org> | 2014-01-09 15:44:58 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2014-01-09 15:44:58 -0500 |
commit | 56f2cbeb6230f6f29265a5740c71875eeda2bbb7 (patch) | |
tree | fa99935843def41c113f8e3dfa48a24ea7570872 /modules/commands/cs_access.cpp | |
parent | 9a9ca417500e3de64013583e3f6db8dd165d9a95 (diff) |
Remove help access levels from help output because it no longer exists
Diffstat (limited to 'modules/commands/cs_access.cpp')
-rw-r--r-- | modules/commands/cs_access.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/commands/cs_access.cpp b/modules/commands/cs_access.cpp index 1c7336995..b4f682c66 100644 --- a/modules/commands/cs_access.cpp +++ b/modules/commands/cs_access.cpp @@ -819,8 +819,7 @@ class CommandCSLevels : public Command " \n" "\002LEVELS LIST\002 shows the current levels for each function or\n" "group of functions. \002LEVELS RESET\002 resets the levels to the\n" - "default levels of a newly-created channel (see\n" - "\002HELP ACCESS LEVELS\002).\n" + "default levels of a newly-created channel.\n" " \n" "For a list of the features and functions whose levels can be\n" "set, see \002HELP LEVELS DESC\002."), source.service->nick.c_str()); |