diff options
author | Timo Sirainen <cras@irssi.org> | 2001-10-23 16:01:53 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2001-10-23 16:01:53 +0000 |
commit | d599f7bb994710dbebd0fa1635dada2f4c4d347a (patch) | |
tree | 40d442e413e31b305aed9b7cd2e5930e2e94e85c /docs | |
parent | e4f34d9cd3b012c985a326bf925baf85b776c4c4 (diff) | |
download | irssi-d599f7bb994710dbebd0fa1635dada2f4c4d347a.zip |
/UNBAN -first | -last options added. Patch by fuchs.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1898 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'docs')
-rw-r--r-- | docs/help/in/unban.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/help/in/unban.in b/docs/help/in/unban.in index a22963a1..556b08e9 100644 --- a/docs/help/in/unban.in +++ b/docs/help/in/unban.in @@ -6,6 +6,8 @@ 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 |