summaryrefslogtreecommitdiff
path: root/modules/commands/cs_flags.cpp
diff options
context:
space:
mode:
authorDukePyrolator <DukePyrolator@anope.org>2012-04-01 20:50:04 +0200
committerDukePyrolator <DukePyrolator@anope.org>2012-04-01 20:50:04 +0200
commitcf3124c06399ed1eba8a33b017893d9bda28494c (patch)
tree9c23414217b03eed05bdf927b94c7c58d4b80fc0 /modules/commands/cs_flags.cpp
parent12a6a27b52a3520c1f41a1d4d6b8e3ef25fafb23 (diff)
fixed some typos
Diffstat (limited to 'modules/commands/cs_flags.cpp')
-rw-r--r--modules/commands/cs_flags.cpp2
1 files changed, 1 insertions, 1 deletions
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<Anope::string> &params) anope_override