1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-25 12:26:40 +02:00

Add optional command name for infolist_get on command hooks

This commit is contained in:
Sebastien Helleu
2011-02-25 23:16:45 +01:00
parent 3b38b7d433
commit aeaa0dfb7c
17 changed files with 117 additions and 39 deletions
+2 -1
View File
@@ -1004,7 +1004,8 @@ plugin_api_init ()
&plugin_api_infolist_get_internal, NULL);
hook_infolist (NULL, "hook", N_("list of hooks"),
NULL,
N_("hook type: command, timer, .. (optional)"),
N_("type,arguments (type is command/timer/.., arguments to "
"get only some hooks, both are optional)"),
&plugin_api_infolist_get_internal, NULL);
hook_infolist (NULL, "hotlist", N_("list of buffers in hotlist"),
NULL,