From 56f2cbeb6230f6f29265a5740c71875eeda2bbb7 Mon Sep 17 00:00:00 2001 From: Adam Date: Thu, 9 Jan 2014 15:44:58 -0500 Subject: [PATCH] Remove help access levels from help output because it no longer exists --- modules/commands/cs_access.cpp | 3 +-- 1 file changed, 1 insertion(+), 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());