From cf3124c06399ed1eba8a33b017893d9bda28494c Mon Sep 17 00:00:00 2001 From: DukePyrolator Date: Sun, 1 Apr 2012 20:50:04 +0200 Subject: fixed some typos --- modules/commands/cs_flags.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/commands/cs_flags.cpp') diff --git a/modules/commands/cs_flags.cpp b/modules/commands/cs_flags.cpp index 1dd10bbb6..aceb28192 100644 --- a/modules/commands/cs_flags.cpp +++ b/modules/commands/cs_flags.cpp @@ -306,7 +306,7 @@ class CommandCSFlags : public Command this->SetDesc(_("Modify the list of privileged users")); this->SetSyntax(_("\037channel\037 MODIFY \037mask\037 \037changes\037")); this->SetSyntax(_("\037channel\037 LIST [\037mask\037 | +\037flags\037]")); - this->SetSyntax(_("\037channel\037 CLEAR\002")); + this->SetSyntax(_("\037channel\037 CLEAR")); } void Execute(CommandSource &source, const std::vector ¶ms) anope_override -- cgit