diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2023-05-15 20:10:28 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2023-05-15 20:10:28 +0200 |
commit | 8d35e67dd6bb6c8d20c71d9f78060cb9dbded98c (patch) | |
tree | b0cc4aa7ac82faeddbce8250b960991bb2cd3337 /doc | |
parent | d857c91a59a8a04a488ca390ceea77020b5f613a (diff) | |
download | weechat-8d35e67dd6bb6c8d20c71d9f78060cb9dbded98c.zip |
irc: add modifier "irc_cap_sync_req" (closes #1767)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/en/weechat_plugin_api.en.adoc | 5 | ||||
-rw-r--r-- | doc/fr/weechat_plugin_api.fr.adoc | 6 | ||||
-rw-r--r-- | doc/it/weechat_plugin_api.it.adoc | 6 | ||||
-rw-r--r-- | doc/ja/weechat_plugin_api.ja.adoc | 6 | ||||
-rw-r--r-- | doc/sr/weechat_plugin_api.sr.adoc | 6 |
5 files changed, 29 insertions, 0 deletions
diff --git a/doc/en/weechat_plugin_api.en.adoc b/doc/en/weechat_plugin_api.en.adoc index 6729dc913..204146ac3 100644 --- a/doc/en/weechat_plugin_api.en.adoc +++ b/doc/en/weechat_plugin_api.en.adoc @@ -12343,6 +12343,11 @@ List of modifiers used by WeeChat and plugins: | New content of messages (number can be different), an empty string discards all messages in the batch. +| [[hook_modifier_irc_cap_sync_req]] irc_cap_sync_req | 4.0.0 +| Server name + "," + supported capabilities on server (separated by spaces) +| Capabilities to request (separated by spaces). +| New content of capabilities to request (separated by spaces). + | [[hook_modifier_irc_in_xxx]] irc_in_xxx ^(1)^ | | Server name | Content of message received from IRC server (before charset decoding). + diff --git a/doc/fr/weechat_plugin_api.fr.adoc b/doc/fr/weechat_plugin_api.fr.adoc index e9e8c6fe4..1ea118d91 100644 --- a/doc/fr/weechat_plugin_api.fr.adoc +++ b/doc/fr/weechat_plugin_api.fr.adoc @@ -12606,6 +12606,12 @@ Liste des modificateurs utilisés par WeeChat et les extensions : | Nouveau contenu des messages (le nombre peut être différent), une chaîne vide annule tous les messages du batch. +| [[hook_modifier_irc_cap_sync_req]] irc_cap_sync_req | 4.0.0 +| Nom de serveur + "," + capacités supportées par le serveur (séparées par + des espaces) +| Capacités à demander (séparées par des espaces). +| Nouveau contenu des capacités à demander (séparées par des espaces). + | [[hook_modifier_irc_in_xxx]] irc_in_xxx ^(1)^ | | Nom de serveur | Contenu du message reçu du serveur IRC (avant décodage du jeu de caractères). + diff --git a/doc/it/weechat_plugin_api.it.adoc b/doc/it/weechat_plugin_api.it.adoc index 4058c4060..cd625ede0 100644 --- a/doc/it/weechat_plugin_api.it.adoc +++ b/doc/it/weechat_plugin_api.it.adoc @@ -12886,6 +12886,12 @@ List of modifiers used by WeeChat and plugins: all messages in the batch. // TRANSLATION MISSING +| [[hook_modifier_irc_cap_sync_req]] irc_cap_sync_req | 4.0.0 +| Server name + "," + supported capabilities on server (separated by spaces) +| Capabilities to request (separated by spaces). +| New content of capabilities to request (separated by spaces). + +// 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). + diff --git a/doc/ja/weechat_plugin_api.ja.adoc b/doc/ja/weechat_plugin_api.ja.adoc index 829a9441c..39800b92f 100644 --- a/doc/ja/weechat_plugin_api.ja.adoc +++ b/doc/ja/weechat_plugin_api.ja.adoc @@ -12472,6 +12472,12 @@ WeeChat とプラグインが使う修飾子のリスト: all messages in the batch. // TRANSLATION MISSING +| [[hook_modifier_irc_cap_sync_req]] irc_cap_sync_req | 4.0.0 +| Server name + "," + supported capabilities on server (separated by spaces) +| Capabilities to request (separated by spaces). +| New content of capabilities to request (separated by spaces). + +// TRANSLATION MISSING | [[hook_modifier_irc_in_xxx]] irc_in_xxx ^(1)^ | | サーバ名 | IRC サーバから受信したメッセージの内容 (文字セットをデコードする前) + diff --git a/doc/sr/weechat_plugin_api.sr.adoc b/doc/sr/weechat_plugin_api.sr.adoc index b015dfce2..0529cec08 100644 --- a/doc/sr/weechat_plugin_api.sr.adoc +++ b/doc/sr/weechat_plugin_api.sr.adoc @@ -11938,6 +11938,12 @@ struct t_hook *weechat_hook_modifier (const char *modifier, | New content of messages (number can be different), an empty string discards all messages in the batch. +// TRANSLATION MISSING +| [[hook_modifier_irc_cap_sync_req]] irc_cap_sync_req | 4.0.0 +| Server name + "," + supported capabilities on server (separated by spaces) +| Capabilities to request (separated by spaces). +| New content of capabilities to request (separated by spaces). + | [[hook_modifier_irc_in_xxx]] irc_in_xxx ^(1)^ | | Име сервера | Садржај поруке примљене са IRC сервера (пре декодирања скупа карактера). + |