diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2018-06-15 07:05:02 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2018-06-15 07:05:02 +0200 |
commit | 0f694f57b339c630675ee16e9b9c29b2773e99b0 (patch) | |
tree | 9fe0b67ebc80ae5a6c4d0545eaad6880d57699a2 /doc/pl | |
parent | 6ab72b031419eeb413245228d375b3d9d0686bb3 (diff) | |
download | weechat-0f694f57b339c630675ee16e9b9c29b2773e99b0.zip |
doc: update auto-generated files
Diffstat (limited to 'doc/pl')
-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 a5ad6388f..029bd5562 100644 --- a/doc/pl/autogen/user/weechat_options.adoc +++ b/doc/pl/autogen/user/weechat_options.adoc @@ -729,7 +729,7 @@ ** domyślna wartość: `+""+` * [[option_weechat.look.hotlist_add_conditions]] *weechat.look.hotlist_add_conditions* -** 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)] +** opis: 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), or if at least one relay client is connected via the weechat protocol] ** typ: ciąg ** wartości: dowolny ciąg ** domyślna wartość: `+"${away} || ${buffer.num_displayed} == 0 || ${info:relay_client_count,weechat,connected} > 0"+` |