1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-12 14:14:48 +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
@@ -10,6 +10,7 @@ SPDX-License-Identifier: GPL-3.0-or-later
### Changed
- core: add condition on connected relay api clients in default value of option weechat.look.hotlist_add_conditions
- core: add `/mute` in default command for key `Alt`+`=` (toggle filters)
## Version 4.9.0 (2026-03-29)
+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);