diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2011-02-25 23:16:45 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2011-02-25 23:16:45 +0100 |
commit | aeaa0dfb7c8b0c24aa899d79751abca6aec9779d (patch) | |
tree | d323927da462def99e0aef88cf704d7e174df8e6 /doc/en/autogen/plugin_api/infolists.txt | |
parent | 3b38b7d433f861446b6475adb41e17acfc9d1897 (diff) | |
download | weechat-aeaa0dfb7c8b0c24aa899d79751abca6aec9779d.zip |
Add optional command name for infolist_get on command hooks
Diffstat (limited to 'doc/en/autogen/plugin_api/infolists.txt')
-rw-r--r-- | doc/en/autogen/plugin_api/infolists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/en/autogen/plugin_api/infolists.txt b/doc/en/autogen/plugin_api/infolists.txt index 5fc908948..be5f18ce3 100644 --- a/doc/en/autogen/plugin_api/infolists.txt +++ b/doc/en/autogen/plugin_api/infolists.txt @@ -44,7 +44,7 @@ | weechat | history | history of commands | buffer pointer (if not set, return global history) (optional) | - -| weechat | hook | list of hooks | - | hook type: command, timer, .. (optional) +| weechat | hook | list of hooks | - | type,arguments (type is command/timer/.., arguments to get only some hooks, both are optional) | weechat | hotlist | list of buffers in hotlist | - | - |