mirror of
https://github.com/weechat/weechat.git
synced 2026-06-27 05:16:38 +02:00
Add filter with third argument of infolist_get for some infolists (bars, bar items, buffers, filters, plugins, irc_server, alias, script list)
This commit is contained in:
@@ -1007,6 +1007,8 @@ plugin_add_to_infolist (struct t_infolist *infolist,
|
||||
return 0;
|
||||
if (!infolist_new_var_pointer (ptr_item, "handle", plugin->handle))
|
||||
return 0;
|
||||
if (!infolist_new_var_string (ptr_item, "name", plugin->name))
|
||||
return 0;
|
||||
if (!infolist_new_var_string (ptr_item, "description", plugin->description))
|
||||
return 0;
|
||||
if (!infolist_new_var_string (ptr_item, "author", plugin->author))
|
||||
|
||||
Reference in New Issue
Block a user