diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2011-10-11 18:36:40 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2011-10-11 18:36:40 +0200 |
commit | dabcf293c9b6416d4d29c7255396e81c59d74558 (patch) | |
tree | 59ccfb94924b85c89713784e1f594e158a97cafc /doc | |
parent | 452382db26b3d22a985d3f822545c6f838f5cb70 (diff) | |
download | weechat-dabcf293c9b6416d4d29c7255396e81c59d74558.zip |
doc: add note about hsignal name for irc redirections in plugin API reference
Diffstat (limited to 'doc')
-rw-r--r-- | doc/en/weechat_plugin_api.en.txt | 4 | ||||
-rw-r--r-- | doc/fr/weechat_plugin_api.fr.txt | 4 | ||||
-rw-r--r-- | doc/it/weechat_plugin_api.it.txt | 5 |
3 files changed, 13 insertions, 0 deletions
diff --git a/doc/en/weechat_plugin_api.en.txt b/doc/en/weechat_plugin_api.en.txt index 824c2b5ef..9b375366e 100644 --- a/doc/en/weechat_plugin_api.en.txt +++ b/doc/en/weechat_plugin_api.en.txt @@ -7520,6 +7520,10 @@ Argument is a hashtable with following entries (keys and values are string): Immediately after sending this hsignal, you must send command to irc server, and redirection will be used for this command. +When complete answer to your command has been be received, a hsignal will be +send. This hsignal has name 'irc_redirection_xxx_yyy' where 'xxx' is the +'signal' and 'yyy' the 'pattern' used. + C example: [source,C] diff --git a/doc/fr/weechat_plugin_api.fr.txt b/doc/fr/weechat_plugin_api.fr.txt index f648f9c2a..b8a3233e6 100644 --- a/doc/fr/weechat_plugin_api.fr.txt +++ b/doc/fr/weechat_plugin_api.fr.txt @@ -7630,6 +7630,10 @@ sont des chaînes) : Immédiatement après l'envoi de ce hsignal, vous devez envoyer la commande au serveur irc, et la redirection sera utilisée pour cette commande. +Lorsque la réponse complète à votre commande a été reçue, un hsignal est envoyé. +Ce hsignal a le nom 'irc_redirection_xxx_yyy' où 'xxx' est le 'signal' et 'yyy' +le 'pattern' utilisé. + Exemple en C : [source,C] diff --git a/doc/it/weechat_plugin_api.it.txt b/doc/it/weechat_plugin_api.it.txt index 95524d47b..1e0d95ea8 100644 --- a/doc/it/weechat_plugin_api.it.txt +++ b/doc/it/weechat_plugin_api.it.txt @@ -7558,6 +7558,11 @@ sono stringhe): Subito dopo aver inviato questo hsignal, è necessario inviare il comando al server irc, e la redirezione verrà usata per questo comando. +// TRANSLATION MISSING +When complete answer to your command has been be received, a hsignal will be +send. This hsignal has name 'irc_redirection_xxx_yyy' where 'xxx' is the +'signal' and 'yyy' the 'pattern' used. + Esempio in C: [source,C] |