mirror of
https://github.com/irssi/irssi.git
synced 2024-10-27 05:20:20 -04:00
d599f7bb99
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1898 dbcabf3a-b0e7-0310-adc4-f8d773084564
14 lines
370 B
Plaintext
14 lines
370 B
Plaintext
|
|
@SYNTAX:unban@
|
|
|
|
Removes the specified ban(s) from the channel.
|
|
|
|
Examples:
|
|
/UNBAN *!*@*.fi
|
|
/UNBAN larry!*@* *!me@*.mydomain.net
|
|
/UNBAN 3 - removes 3rd ban in list
|
|
/UNBAN -first - removes 1st ban (equal to /UNBAN 1)
|
|
/UNBAN -last - removes last ban in list
|
|
See also: BAN, KNOCKOUT
|
|
|