summaryrefslogtreecommitdiff
path: root/modules/commands/cs_access.cpp
diff options
context:
space:
mode:
authorRobby <robby@chat.be>2012-05-20 04:14:26 -0400
committerAdam <Adam@anope.org>2012-05-20 04:14:26 -0400
commit1f73e27870d4d08b5c5d1644b817437ece3bc65a (patch)
tree8157e454df4f3fc047c53689c846f33812f0959e /modules/commands/cs_access.cpp
parent699087b2bf6d47a871285b7442526a0dfd156d20 (diff)
Updated help messages for ns_list, cs_list, cs_entrymsg, and cs_info. Also fixed logging for cs_entrymsg.
Diffstat (limited to 'modules/commands/cs_access.cpp')
-rw-r--r--modules/commands/cs_access.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/commands/cs_access.cpp b/modules/commands/cs_access.cpp
index 30c291da3..2eed525a4 100644
--- a/modules/commands/cs_access.cpp
+++ b/modules/commands/cs_access.cpp
@@ -440,7 +440,7 @@ class CommandCSAccess : public Command
this->SetSyntax(_("\037channel\037 DEL {\037mask\037 | \037entry-num\037 | \037list\037}"));
this->SetSyntax(_("\037channel\037 LIST [\037mask\037 | \037list\037]"));
this->SetSyntax(_("\037channel\037 VIEW [\037mask\037 | \037list\037]"));
- this->SetSyntax(_("\037channel\037 CLEAR\002"));
+ this->SetSyntax(_("\037channel\037 CLEAR"));
}
void Execute(CommandSource &source, const std::vector<Anope::string> &params) anope_override