2000-07-26 17:52:19 +00:00
|
|
|
|
2014-07-03 21:41:10 +02:00
|
|
|
%9Syntax:%9
|
2014-07-02 22:35:17 +02:00
|
|
|
|
2000-07-26 17:52:19 +00:00
|
|
|
@SYNTAX:ban@
|
|
|
|
|
2014-07-03 21:41:10 +02:00
|
|
|
%9Parameters:%9
|
2014-07-02 22:35:17 +02:00
|
|
|
|
2014-07-03 21:41:10 +02:00
|
|
|
-normal: Uses the *!*user@*.domain.tld format.
|
2014-07-02 22:35:17 +02:00
|
|
|
-user: Uses the *!*user@* format.
|
2014-07-03 21:41:10 +02:00
|
|
|
-host: Uses the *!*@host.domain.tld format.
|
|
|
|
-domain: Uses the *!*@*.domain.tld format.
|
2014-07-02 22:35:17 +02:00
|
|
|
-custom: Uses the custom format.
|
|
|
|
|
2014-07-03 21:41:10 +02:00
|
|
|
A channel and the nicknames or hostnames to ban; if no arguments are given
|
2014-07-02 22:35:17 +02:00
|
|
|
the bans in the active channel are displayed.
|
2000-08-13 15:24:23 +00:00
|
|
|
|
2014-07-02 22:35:17 +02:00
|
|
|
If no ban format parameter is given, the value of the ban_type setting will
|
|
|
|
be used to generate the hostmask to ban.
|
2001-03-03 20:48:23 +00:00
|
|
|
|
2014-07-03 21:41:10 +02:00
|
|
|
%9Description:%9
|
2001-03-03 20:48:23 +00:00
|
|
|
|
2014-07-02 22:35:17 +02:00
|
|
|
Adds one or more bans to a channel.
|
|
|
|
|
2014-07-03 21:41:10 +02:00
|
|
|
%9Configuring the custom format:%9
|
2014-07-02 22:35:17 +02:00
|
|
|
|
|
|
|
You must set the custom ban_type to the format you would like to use. For
|
2014-08-07 22:00:40 +02:00
|
|
|
example, if you set the custom ban_type to 'nick domain', it will generate
|
2014-07-03 21:41:10 +02:00
|
|
|
a ban based on the nick!*@*.domain.tld format.
|
2009-09-02 21:46:57 +00:00
|
|
|
|
2014-07-03 21:41:10 +02:00
|
|
|
%9Examples:%9
|
2000-07-26 17:52:19 +00:00
|
|
|
|
2014-07-03 21:41:10 +02:00
|
|
|
/BAN
|
2014-07-02 22:35:17 +02:00
|
|
|
/BAN mike
|
|
|
|
/BAN -host bob
|
2014-07-06 18:53:05 +02:00
|
|
|
/BAN *!*@*.irssi.org
|
2014-07-02 22:35:17 +02:00
|
|
|
/BAN -domain sarah
|
|
|
|
|
|
|
|
/SET ban_type custom nick domain
|
|
|
|
/SET ban_type custom user host
|
2001-03-03 20:48:23 +00:00
|
|
|
|
2014-08-05 22:00:30 +02:00
|
|
|
%9See also:%9 DEOP, KICKBAN, KNOCKOUT, OP, UNBAN
|
2000-07-26 17:52:19 +00:00
|
|
|
|