1
0
mirror of https://github.com/anope/anope.git synced 2026-07-03 14:03:12 +02:00

fixed some typos

This commit is contained in:
DukePyrolator
2012-04-01 20:50:04 +02:00
parent 12a6a27b52
commit cf3124c063
8 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -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