mirror of
https://github.com/weechat/weechat.git
synced 2026-06-27 05:16:38 +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:
@@ -668,7 +668,7 @@ plugin_api_infolist_get_internal (void *data, const char *infolist_name,
|
||||
ptr_infolist = infolist_new ();
|
||||
if (ptr_infolist)
|
||||
{
|
||||
if (!gui_nicklist_add_to_infolist (ptr_infolist, pointer))
|
||||
if (!gui_nicklist_add_to_infolist (ptr_infolist, pointer, arguments))
|
||||
{
|
||||
infolist_free (ptr_infolist);
|
||||
return NULL;
|
||||
|
||||
Reference in New Issue
Block a user