diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2018-06-14 22:22:06 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2018-06-14 22:22:06 +0200 |
commit | 261cbdae0df74061c65168257afb6092e06b31f8 (patch) | |
tree | c3c942acbb44a782b0db51e46d62768522109d8c /doc/it/autogen/user | |
parent | 744ded04bd0cb447ef87a6f9911ca616f1c4f887 (diff) | |
download | weechat-261cbdae0df74061c65168257afb6092e06b31f8.zip |
core: change default value of option weechat.look.hotlist_add_conditions (closes #1206)
Now if there are at least one relay client connected via weechat protocol,
the buffer is always added to the hotlist.
Diffstat (limited to 'doc/it/autogen/user')
-rw-r--r-- | doc/it/autogen/user/weechat_options.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/it/autogen/user/weechat_options.adoc b/doc/it/autogen/user/weechat_options.adoc index add352f19..542b19b83 100644 --- a/doc/it/autogen/user/weechat_options.adoc +++ b/doc/it/autogen/user/weechat_options.adoc @@ -732,7 +732,7 @@ ** descrizione: pass:none[conditions to add a buffer in hotlist (if notify level is OK for the buffer); you can use in these conditions: "window" (current window pointer), "buffer" (buffer pointer to add in hotlist), "priority" (0 = low, 1 = message, 2 = private, 3 = highlight); by default a buffer is added to hotlist if you are away, or if the buffer is not visible on screen (not displayed in any window)] ** tipo: stringa ** valori: qualsiasi stringa -** valore predefinito: `+"${away} || ${buffer.num_displayed} == 0"+` +** valore predefinito: `+"${away} || ${buffer.num_displayed} == 0 || ${info:relay_client_count,weechat,connected} > 0"+` * [[option_weechat.look.hotlist_buffer_separator]] *weechat.look.hotlist_buffer_separator* ** descrizione: pass:none[stringa mostrata tra i buffer nella hotlist] |