diff options
author | Timo Sirainen <cras@irssi.org> | 1999-09-04 18:24:24 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 1999-09-04 18:24:24 +0000 |
commit | 13456f7fbde05771879f38814620b6351aa9b902 (patch) | |
tree | 10c94ff6985469db28a71b2e335a2fa99489e07c /NEWS | |
parent | 0913f70cec70b8847e8fd243fa7257192596edfb (diff) | |
download | irssi-13456f7fbde05771879f38814620b6351aa9b902.zip |
/list and /names complains if they're run without any arguments,
-YES overrides this
/list -nogui doesn't use the GUI list display
/list and /who dialog changes: you can resize columns, sort the
list by clicking the headers, displays total number of channels and
the list is searchable
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@13 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -10,6 +10,12 @@ v0.7.16 1999-09-xx Timo Sirainen <cras@irccrew.org> [unstable] + /window goto #channel - moves you to window with the channel, query or dcc chat + /window goto active - moves you to first window with activity + + /list and /names complains if they're run without any arguments, + -YES overrides this + + /list -nogui doesn't use the GUI list display + + /list and /who dialog changes: you can resize columns, sort the + list by clicking the headers, displays total number of channels and + the list is searchable - Notifylist and checking of who uses your nick uses WHOIS again, WHO didn't display user info unless s/he was -i or in same channels.. |