diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2023-05-03 21:49:35 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2023-05-03 22:11:31 +0200 |
commit | f6b69c9098d7fde8ea038afb97e72c460665983c (patch) | |
tree | 8f8a68b046f1512f2b8696cd0af2ac0b66d41ec7 /doc/it/weechat_plugin_api.it.adoc | |
parent | bd5e8dc33bde66a7eff97831e35413b833504fea (diff) | |
download | weechat-f6b69c9098d7fde8ea038afb97e72c460665983c.zip |
irc: add support of capability "batch" (closes #1292)
Diffstat (limited to 'doc/it/weechat_plugin_api.it.adoc')
-rw-r--r-- | doc/it/weechat_plugin_api.it.adoc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/it/weechat_plugin_api.it.adoc b/doc/it/weechat_plugin_api.it.adoc index 88c02d65c..4058c4060 100644 --- a/doc/it/weechat_plugin_api.it.adoc +++ b/doc/it/weechat_plugin_api.it.adoc @@ -12879,6 +12879,13 @@ List of modifiers used by WeeChat and plugins: | Modificatore | Min WeeChat | Dati modificatore | Stringa | Output // TRANSLATION MISSING +| [[hook_modifier_irc_batch]] irc_batch | 4.0.0 +| Server name + "," + batch type + "," + batch parameters +| Content of multiple messages, separated by a newline char ("\n"). +| New content of messages (number can be different), an empty string discards + all messages in the batch. + +// TRANSLATION MISSING | [[hook_modifier_irc_in_xxx]] irc_in_xxx ^(1)^ | | Nome server | Contenuto del messaggio ricevuto dal server IRC (prima della codifica del set caratteri). + |