diff options
Diffstat (limited to 'doc/it/weechat_plugin_api.it.txt')
-rw-r--r-- | doc/it/weechat_plugin_api.it.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/it/weechat_plugin_api.it.txt b/doc/it/weechat_plugin_api.it.txt index b3cd2154f..13ac3c948 100644 --- a/doc/it/weechat_plugin_api.it.txt +++ b/doc/it/weechat_plugin_api.it.txt @@ -6217,6 +6217,10 @@ Valore restituito: * puntatore al nuovo hook, NULL in caso di errore +// TRANSLATION MISSING +When command has ended, or if timeout is reached, WeeChat will automatically +unhook (and kill process if it is still running). + [NOTE] La dimensione del buffer per l'invio dei dati alla callback รจ di 64KB (ci sono 2 buffer: uno per stdout ed uno per stderr). |