diff options
author | Timo Sirainen <cras@irssi.org> | 2000-09-19 02:38:34 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2000-09-19 02:38:34 +0000 |
commit | d717abc69920ffa986c50b6178f136f5c3813517 (patch) | |
tree | cb17c3a7a3d3d9def6abb06eb11ad9b06115f4f9 /docs | |
parent | 607c02e7857dc7865dfc0c8bd196a3dbdfcdb19d (diff) | |
download | irssi-d717abc69920ffa986c50b6178f136f5c3813517.zip |
Updates for .95 compatibility
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@660 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'docs')
-rw-r--r-- | docs/startup-HOWTO.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/startup-HOWTO.txt b/docs/startup-HOWTO.txt index b72e3047..94bb8129 100644 --- a/docs/startup-HOWTO.txt +++ b/docs/startup-HOWTO.txt @@ -13,7 +13,8 @@ things (still not all) see manual.txt. These settings should give you pretty good defaults (the ones I use): /SET autocreate_own_query OFF -/SET -c autocreate_query_level +/SET -c autocreate_query_level (or /SET autocreate_query NO with 0.7.95 +and older versions) /SET use_status_window OFF /SET use_msgs_window ON /SET autoclose_windows ON @@ -112,7 +113,8 @@ you send message to someone (with /msg). /SET autocreate_query_level MSGS - New query window should be created when receiving messages with this level. Only MSGS and NOTICES levels work currently. You can disable this with /SET -clear -autocrate_query_level. +autocrate_query_level. 0.7.95 and older versions use +/SET autocreate_query ON|OFF format. /SET autoclose_query 0 - Query windows can be automatically closed after certain time of inactivity. Queries with unread messages aren't |