1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-03 00:03:12 +02:00

relay, xfer: check hotlist add conditions when adding the relay/xfer buffer in hotlist

This commit is contained in:
Sébastien Helleu
2024-10-31 22:09:07 +01:00
parent 2dea224a38
commit 524c813485
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -247,7 +247,7 @@ xfer_buffer_refresh (const char *hotlist)
}
line++;
}
weechat_buffer_set (xfer_buffer, "hotlist", hotlist);
weechat_buffer_set (xfer_buffer, "hotlist_conditions", hotlist);
}
}