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

A few small fixes

This commit is contained in:
Adam
2011-07-26 05:44:14 -04:00
parent 023d4b44ec
commit e8c00b9e8b
20 changed files with 35 additions and 22 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ class CommandCSSetDescription : public Command
CommandCSSetDescription(Module *creator, const Anope::string &cname = "chanserv/set/description", const Anope::string &cpermission = "") : Command(creator, cname, 1, 2, cpermission)
{
this->SetDesc(_("Set the channel description"));
this->SetSyntax(_("\037channel\037 DESC [\037description\037]"));
this->SetSyntax(_("\037channel\037 [\037description\037]"));
}
void Execute(CommandSource &source, const std::vector<Anope::string> &params)