1
0
mirror of https://github.com/anope/anope.git synced 2026-06-27 11:36:38 +02:00

Fixed a few of the /cs set syntax messages to reflect the new syntax

This commit is contained in:
Adam
2011-07-16 07:03:04 -04:00
parent acceabe3a8
commit b19dddb0f6
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ class CommandCSSetMisc : public Command
CommandCSSetMisc(Module *creator, const Anope::string &cname, const Anope::string &cdesc, const Anope::string &cpermission = "") : Command(creator, "chanserv/set/" + cname, 1, 2, cpermission), Desc(cdesc)
{
this->SetDesc(cdesc);
this->SetSyntax(_("\037channel\037 \037option\037 \037parameters\037"));
this->SetSyntax(_("\037channel\037 \037parameters\037"));
}
void Execute(CommandSource &source, const std::vector<Anope::string> &params)