1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-29 14:26:39 +02:00

core: allow command mask for infolist_get on command hooks

This commit is contained in:
Sebastien Helleu
2011-04-19 20:13:46 +02:00
parent 7c6723f255
commit 3b7bd01716
16 changed files with 50 additions and 38 deletions
+2 -1
View File
@@ -1005,7 +1005,8 @@ plugin_api_init ()
hook_infolist (NULL, "hook", N_("list of hooks"),
NULL,
N_("type,arguments (type is command/timer/.., arguments to "
"get only some hooks, both are optional)"),
"get only some hooks (can start or end with \"*\" as "
"wildcard), both are optional)"),
&plugin_api_infolist_get_internal, NULL);
hook_infolist (NULL, "hotlist", N_("list of buffers in hotlist"),
NULL,