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 | |
parent | 3b38b7d433f861446b6475adb41e17acfc9d1897 (diff) | |
download | weechat-aeaa0dfb7c8b0c24aa899d79751abca6aec9779d.zip |
Add optional command name for infolist_get on command hooks
Diffstat (limited to 'doc')
-rw-r--r-- | doc/de/autogen/plugin_api/infolists.txt | 2 | ||||
-rw-r--r-- | doc/en/autogen/plugin_api/infolists.txt | 2 | ||||
-rw-r--r-- | doc/fr/autogen/plugin_api/infolists.txt | 2 | ||||
-rw-r--r-- | doc/it/autogen/plugin_api/infolists.txt | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/doc/de/autogen/plugin_api/infolists.txt b/doc/de/autogen/plugin_api/infolists.txt index e522e8b9c..905100af1 100644 --- a/doc/de/autogen/plugin_api/infolists.txt +++ b/doc/de/autogen/plugin_api/infolists.txt @@ -44,7 +44,7 @@ | weechat | history | Verlaufspeicher der Befehle | Buffer Pointer (falls nicht gesetzt, wird der globale Verlauf zurückgegeben) (optional) | - -| weechat | hook | Auflistung der Hooks | - | hook Type: command, timer, .. (optional) +| weechat | hook | Auflistung der Hooks | - | type,arguments (type is command/timer/.., arguments to get only some hooks, both are optional) | weechat | hotlist | Liste der Buffer in Hotlist | - | - 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 | - | - diff --git a/doc/fr/autogen/plugin_api/infolists.txt b/doc/fr/autogen/plugin_api/infolists.txt index 7003324e5..40094cf98 100644 --- a/doc/fr/autogen/plugin_api/infolists.txt +++ b/doc/fr/autogen/plugin_api/infolists.txt @@ -44,7 +44,7 @@ | weechat | history | historique des commandes | pointeur vers le tampon (si non défini, retourne l'historique global) (optionnel) | - -| weechat | hook | liste des hooks | - | type de hook: command, timer, .. (optionnel) +| weechat | hook | liste des hooks | - | type,paramètres (le type est command/timer/.., paramètres pour avoir seulement quelques hooks, les deux sont optionnels) | weechat | hotlist | liste des tampons dans la hotlist | - | - diff --git a/doc/it/autogen/plugin_api/infolists.txt b/doc/it/autogen/plugin_api/infolists.txt index b68b28570..2cb8489a9 100644 --- a/doc/it/autogen/plugin_api/infolists.txt +++ b/doc/it/autogen/plugin_api/infolists.txt @@ -44,7 +44,7 @@ | weechat | history | cronologia dei comandi | puntatore al buffer (se non impostato, restituisce la cronologia globale) (opzionale) | - -| weechat | hook | elenco di hook | - | tipo hook: comando, timer, ... (opzionale) +| weechat | hook | elenco di hook | - | type,arguments (type is command/timer/.., arguments to get only some hooks, both are optional) | weechat | hotlist | elenco dei buffer nella hotlist | - | - |