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/pl/autogen/user/weechat_options.adoc | |
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/pl/autogen/user/weechat_options.adoc')
-rw-r--r-- | doc/pl/autogen/user/weechat_options.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/pl/autogen/user/weechat_options.adoc b/doc/pl/autogen/user/weechat_options.adoc index 62c7476af..a5ad6388f 100644 --- a/doc/pl/autogen/user/weechat_options.adoc +++ b/doc/pl/autogen/user/weechat_options.adoc @@ -732,7 +732,7 @@ ** opis: pass:none[warunki dla dodania buforu na hotlistę (jeśli poziom powiadomień jest OK dla bufora); możesz użyć następujących warunków: "window" (wskaźnik obecnego okna), "buffer" (wskaźnik bufora do dodania na hotlistę), "priority" (0 = niski, 1 = wiadomość, 2 = rozmowa prywatna, 3 = highlight); domyślnie bufor jest dodawany do hotlisty jeśli jesteś niedostępny lub jeśli bufor nie jest widoczny na ekranie (nie jest wyświetlany w żadnym oknie)] ** typ: ciąg ** wartości: dowolny ciąg -** domyślna wartość: `+"${away} || ${buffer.num_displayed} == 0"+` +** domyślna wartość: `+"${away} || ${buffer.num_displayed} == 0 || ${info:relay_client_count,weechat,connected} > 0"+` * [[option_weechat.look.hotlist_buffer_separator]] *weechat.look.hotlist_buffer_separator* ** opis: pass:none[ciąg znaków wyświetlany pomiędzy buforami w hotliście] |