1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-25 04:16:38 +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
@@ -160,7 +160,7 @@ relay_buffer_refresh (const char *hotlist)
line++;
}
if (hotlist)
weechat_buffer_set (relay_buffer, "hotlist", hotlist);
weechat_buffer_set (relay_buffer, "hotlist_conditions", hotlist);
}
/*
+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);
}
}