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