summaryrefslogtreecommitdiff
path: root/doc/ja/autogen/user
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2018-06-14 22:22:06 +0200
committerSébastien Helleu <flashcode@flashtux.org>2018-06-14 22:22:06 +0200
commit261cbdae0df74061c65168257afb6092e06b31f8 (patch)
treec3c942acbb44a782b0db51e46d62768522109d8c /doc/ja/autogen/user
parent744ded04bd0cb447ef87a6f9911ca616f1c4f887 (diff)
downloadweechat-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/ja/autogen/user')
-rw-r--r--doc/ja/autogen/user/weechat_options.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ja/autogen/user/weechat_options.adoc b/doc/ja/autogen/user/weechat_options.adoc
index 512ff7bcc..e3a4e3e37 100644
--- a/doc/ja/autogen/user/weechat_options.adoc
+++ b/doc/ja/autogen/user/weechat_options.adoc
@@ -732,7 +732,7 @@
** 説明: pass:none[ホットリストでバッファを追加する条件 (追加するバッファの通知レベルが OK の場合); 以下の条件を使うことができます: "window" (現在のウィンドウポインタ)、"buffer" (ホットリストに追加するバッファポインタ)、"priority" (0 = 低い、1 = メッセージ、2 = プライベートメッセージ、3 = ハイライト); デフォルトでは離席状態またはバッファが画面に表示されていない場合にホットリストへバッファを追加します]
** タイプ: 文字列
** 値: 未制約文字列
-** デフォルト値: `+"${away} || ${buffer.num_displayed} == 0"+`
+** デフォルト値: `+"${away} || ${buffer.num_displayed} == 0 || ${info:relay_client_count,weechat,connected} > 0"+`
* [[option_weechat.look.hotlist_buffer_separator]] *weechat.look.hotlist_buffer_separator*
** 説明: pass:none[ホットリストにあるバッファの間に表示される文字列]