1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-26 12:56:37 +02:00

core: add condition on connected relay api clients in default value of option weechat.look.hotlist_add_conditions

This commit is contained in:
Sébastien Helleu
2026-04-28 21:30:51 +02:00
parent 062109e33d
commit 3082c2e4e5
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -3762,6 +3762,7 @@ config_weechat_init_options (void)
NULL, 0, 0,
"${away} "
"|| ${buffer.num_displayed} == 0 "
"|| ${info:relay_client_count,api,connected} > 0 "
"|| ${info:relay_client_count,weechat,connected} > 0",
NULL, 0,
NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);