diff options
author | Robby- <robby@chat.be> | 2013-10-04 20:07:44 +0200 |
---|---|---|
committer | Adam <Adam@anope.org> | 2013-10-05 00:49:12 -0400 |
commit | f63a2bdfb4e9230ad029b136d73076d92b0910ef (patch) | |
tree | 5893f86796aa5c5986e81d8589fa138ec11de7f5 /modules/commands/cs_ban.cpp | |
parent | feb412bdb1fbf192e7819a91b6a27b462056a713 (diff) |
Big update of the Dutch language file.
cs_ban: Merge the syntaxes into one.
Diffstat (limited to 'modules/commands/cs_ban.cpp')
-rw-r--r-- | modules/commands/cs_ban.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
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<Anope::string> ¶ms) anope_override |