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]