From f63a2bdfb4e9230ad029b136d73076d92b0910ef Mon Sep 17 00:00:00 2001 From: Robby- Date: Fri, 4 Oct 2013 20:07:44 +0200 Subject: Big update of the Dutch language file. cs_ban: Merge the syntaxes into one. --- modules/commands/cs_ban.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'modules/commands/cs_ban.cpp') diff --git a/modules/commands/cs_ban.cpp b/modules/commands/cs_ban.cpp index bb41658de..8d7ebe5eb 100644 --- a/modules/commands/cs_ban.cpp +++ b/modules/commands/cs_ban.cpp @@ -37,8 +37,7 @@ class CommandCSBan : public Command CommandCSBan(Module *creator) : Command(creator, "chanserv/ban", 2, 4) { this->SetDesc(_("Bans a given nick or mask on a channel")); - this->SetSyntax(_("\037channel\037 [+\037expiry\037] \037nick\037 [\037reason\037]")); - this->SetSyntax(_("\037channel\037 [+\037expiry\037] \037mask\037 [\037reason\037]")); + this->SetSyntax(_("\037channel\037 [+\037expiry\037] {\037nick\037 | \037mask\037} [\037reason\037]")); } void Execute(CommandSource &source, const std::vector ¶ms) anope_override -- cgit