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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user