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

Big update of the Dutch language file.

cs_ban: Merge the syntaxes into one.
This commit is contained in:
Robby-
2013-10-04 20:07:44 +02:00
committed by Adam
parent feb412bdb1
commit f63a2bdfb4
3 changed files with 5759 additions and 6166 deletions
+1 -2
View File
@@ -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> &params) anope_override