mirror of
https://github.com/weechat/weechat.git
synced 2026-07-06 01:33:12 +02:00
Use arguments for infolist "nicklist" to return only one nick or group
Format is: nick_xxx or group_xxx to return only nick/group called "xxx".
This commit is contained in:
@@ -135,7 +135,7 @@ upgrade_weechat_save_buffers (struct t_upgrade_file *upgrade_file)
|
||||
ptr_infolist = infolist_new ();
|
||||
if (!ptr_infolist)
|
||||
return 0;
|
||||
if (!gui_nicklist_add_to_infolist (ptr_infolist, ptr_buffer))
|
||||
if (!gui_nicklist_add_to_infolist (ptr_infolist, ptr_buffer, NULL))
|
||||
{
|
||||
infolist_free (ptr_infolist);
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user