mirror of
https://github.com/weechat/weechat.git
synced 2026-07-03 00:03:12 +02:00
api: do not check hotlist add conditions when adding buffer in hotlist with function buffer_set
This commit is contained in:
@@ -3293,7 +3293,11 @@ COMMAND_CALLBACK(hotlist)
|
||||
if (priority < 0)
|
||||
COMMAND_ERROR;
|
||||
}
|
||||
gui_hotlist_add (buffer, priority, NULL, 0);
|
||||
gui_hotlist_add (
|
||||
buffer,
|
||||
priority,
|
||||
NULL, /* creation_time */
|
||||
0); /* check_conditions */
|
||||
return WEECHAT_RC_OK;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user