2000-07-26 13:52:19 -04:00
|
|
|
|
2014-07-03 15:41:10 -04:00
|
|
|
%9Syntax:%9
|
2014-07-02 16:35:17 -04:00
|
|
|
|
2000-07-26 13:52:19 -04:00
|
|
|
@SYNTAX:ban@
|
|
|
|
|
2014-07-03 15:41:10 -04:00
|
|
|
%9Parameters:%9
|
2014-07-02 16:35:17 -04:00
|
|
|
|
2014-07-03 15:41:10 -04:00
|
|
|
-normal: Uses the *!*user@*.domain.tld format.
|
2014-07-02 16:35:17 -04:00
|
|
|
-user: Uses the *!*user@* format.
|
2014-07-03 15:41:10 -04:00
|
|
|
-host: Uses the *!*@host.domain.tld format.
|
|
|
|
-domain: Uses the *!*@*.domain.tld format.
|
2014-07-02 16:35:17 -04:00
|
|
|
-custom: Uses the custom format.
|
|
|
|
|
2014-07-03 15:41:10 -04:00
|
|
|
A channel and the nicknames or hostnames to ban; if no arguments are given
|
2014-07-02 16:35:17 -04:00
|
|
|
the bans in the active channel are displayed.
|
2000-08-13 11:24:23 -04:00
|
|
|
|
2014-07-02 16:35:17 -04: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 15:48:23 -05:00
|
|
|
|
2014-07-03 15:41:10 -04:00
|
|
|
%9Description:%9
|
2001-03-03 15:48:23 -05:00
|
|
|
|
2014-07-02 16:35:17 -04:00
|
|
|
Adds one or more bans to a channel.
|
|
|
|
|
2014-07-03 15:41:10 -04:00
|
|
|
%9Configuring the custom format:%9
|
2014-07-02 16:35:17 -04:00
|
|
|
|
|
|
|
You must set the custom ban_type to the format you would like to use. For
|
|
|
|
example, if you set the custom ban_type to "nick domain", it will generate
|
2014-07-03 15:41:10 -04:00
|
|
|
a ban based on the nick!*@*.domain.tld format.
|
2009-09-02 17:46:57 -04:00
|
|
|
|
2014-07-03 15:41:10 -04:00
|
|
|
%9Examples:%9
|
2000-07-26 13:52:19 -04:00
|
|
|
|
2014-07-03 15:41:10 -04:00
|
|
|
/BAN
|
2014-07-02 16:35:17 -04:00
|
|
|
/BAN mike
|
|
|
|
/BAN -host bob
|
2014-07-06 12:53:05 -04:00
|
|
|
/BAN *!*@*.irssi.org
|
2014-07-02 16:35:17 -04:00
|
|
|
/BAN -domain sarah
|
|
|
|
|
|
|
|
/SET ban_type custom nick domain
|
|
|
|
/SET ban_type custom user host
|
2001-03-03 15:48:23 -05:00
|
|
|
|
2014-07-03 15:41:10 -04:00
|
|
|
%9See also:%9 KICKBAN, KNOCKOUT
|
2000-07-26 13:52:19 -04:00
|
|
|
|