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:
@@ -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> ¶ms)
|
||||
|
||||
Reference in New Issue
Block a user