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