mirror of
https://github.com/irssi/irssi.git
synced 2024-10-27 05:20:20 -04:00
71ab0fbda6
Applied grammar and styling corrections.
46 lines
1.2 KiB
Plaintext
46 lines
1.2 KiB
Plaintext
|
|
%9Syntax:%9
|
|
|
|
@SYNTAX:unban@
|
|
|
|
%9Parameters:%9
|
|
|
|
-normal: Uses the *!*user@*.domain.tld format.
|
|
-user: Uses the *!*user@* format.
|
|
-host: Uses the *!*@host.domain.tld format.
|
|
-domain: Uses the *!*@*.domain.tld format.
|
|
-custom: Uses the custom format.
|
|
-first: Removes the first ban from the list.
|
|
-last: Removes the last ban from the list.
|
|
|
|
A channel and the nicknames, hostnames or ban identifier to unban; if no
|
|
channel is given, the active channel will be used.
|
|
|
|
If no ban format parameter is given, the value of the ban_type setting will
|
|
be used to generate the hostmask to ban.
|
|
|
|
%9Description:%9
|
|
|
|
Removes one or more bans from a channel.
|
|
|
|
%9Configuring the custom format:%9
|
|
|
|
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
|
|
a ban based on the nick!*@*.domain.tld format.
|
|
|
|
%9Examples:%9
|
|
|
|
/UNBAN mike
|
|
/UNBAN -host bob
|
|
/UNBAN *!*@*.irssi.org
|
|
/UNBAN *!*@*.users.irssi.org *!*@*.staff.irssi.org
|
|
/UNBAN -first
|
|
/UNBAN 5
|
|
|
|
/SET ban_type custom nick domain
|
|
/SET ban_type custom user host
|
|
|
|
%9See also:%9 BAN, DEOP, KICKBAN, KNOCKOUT, OP
|
|
|