diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2021-06-27 09:56:45 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2021-06-27 09:56:45 +0200 |
commit | 253598d83c8d25e4d42ac8a18c586c1b8cd85b19 (patch) | |
tree | 27f4763be4294becad37c64302e7a99f0e2e7c12 /doc | |
parent | ff6bc95429494c4fb0730836c3cbdd6f4e901780 (diff) | |
download | weechat-253598d83c8d25e4d42ac8a18c586c1b8cd85b19.zip |
doc: mention WeeChat version for WEECHAT_RC_OK_EAT in signals "irc_raw_in" and "irc_in" (plugin API reference) (issue #1657)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/en/weechat_plugin_api.en.adoc | 4 | ||||
-rw-r--r-- | doc/fr/weechat_plugin_api.fr.adoc | 4 | ||||
-rw-r--r-- | doc/it/weechat_plugin_api.it.adoc | 4 | ||||
-rw-r--r-- | doc/ja/weechat_plugin_api.ja.adoc | 4 | ||||
-rw-r--r-- | doc/sr/weechat_plugin_api.sr.adoc | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/doc/en/weechat_plugin_api.en.adoc b/doc/en/weechat_plugin_api.en.adoc index b568e9794..cc3c678d4 100644 --- a/doc/en/weechat_plugin_api.en.adoc +++ b/doc/en/weechat_plugin_api.en.adoc @@ -10126,7 +10126,7 @@ List of signals sent by WeeChat and plugins: signal sent only if message is *not* ignored). + Since version 2.2, the whole IRC message is sent, including tags. + If the return code of a callback is _WEECHAT_RC_OK_EAT_, then the IRC message - is immediately destroyed and not processed by WeeChat. + is immediately destroyed and not processed _(WeeChat ≥ 3.3)_. | irc | [[hook_signal_xxx_irc_in2_yyy]] xxx,irc_in2_yyy ^(1)^ | @@ -10143,7 +10143,7 @@ List of signals sent by WeeChat and plugins: signal sent even if message is ignored). + Since version 2.2, the whole IRC message is sent, including tags. + If the return code of a callback is _WEECHAT_RC_OK_EAT_, then the IRC message - is immediately destroyed and not processed by WeeChat. + is immediately destroyed and not processed _(WeeChat ≥ 3.3)_. | irc | [[hook_signal_xxx_irc_raw_in2_yyy]] xxx,irc_raw_in2_yyy ^(1)^ + diff --git a/doc/fr/weechat_plugin_api.fr.adoc b/doc/fr/weechat_plugin_api.fr.adoc index 00161e51d..22a6164c2 100644 --- a/doc/fr/weechat_plugin_api.fr.adoc +++ b/doc/fr/weechat_plugin_api.fr.adoc @@ -10331,7 +10331,7 @@ Liste des signaux envoyés par WeeChat et les extensions : Depuis la version 2.2, le message IRC entier est envoyé, en incluant les étiquettes. + Si le code retour d'une fonction de rappel est _WEECHAT_RC_OK_EAT_, alors - le message IRC est immédiatement détruit et non traité par WeeChat. + le message IRC est immédiatement détruit et non traité _(WeeChat ≥ 3.3)_. | irc | [[hook_signal_xxx_irc_in2_yyy]] xxx,irc_in2_yyy ^(1)^ | @@ -10350,7 +10350,7 @@ Liste des signaux envoyés par WeeChat et les extensions : Depuis la version 2.2, le message IRC entier est envoyé, en incluant les étiquettes. + Si le code retour d'une fonction de rappel est _WEECHAT_RC_OK_EAT_, alors - le message IRC est immédiatement détruit et non traité par WeeChat. + le message IRC est immédiatement détruit et non traité _(WeeChat ≥ 3.3)_. | irc | [[hook_signal_xxx_irc_raw_in2_yyy]] xxx,irc_raw_in2_yyy ^(1)^ + diff --git a/doc/it/weechat_plugin_api.it.adoc b/doc/it/weechat_plugin_api.it.adoc index a070798f9..c47c579af 100644 --- a/doc/it/weechat_plugin_api.it.adoc +++ b/doc/it/weechat_plugin_api.it.adoc @@ -10454,7 +10454,7 @@ List of signals sent by WeeChat and plugins: messaggio *non* viene ignorato). + Since version 2.2, the whole IRC message is sent, including tags. + If the return code of a callback is _WEECHAT_RC_OK_EAT_, then the IRC message - is immediately destroyed and not processed by WeeChat. + is immediately destroyed and not processed _(WeeChat ≥ 3.3)_. // TRANSLATION MISSING | irc | @@ -10475,7 +10475,7 @@ List of signals sent by WeeChat and plugins: messaggio è stato ignorato). + Since version 2.2, the whole IRC message is sent, including tags. + If the return code of a callback is _WEECHAT_RC_OK_EAT_, then the IRC message - is immediately destroyed and not processed by WeeChat. + is immediately destroyed and not processed _(WeeChat ≥ 3.3)_. // TRANSLATION MISSING | irc | diff --git a/doc/ja/weechat_plugin_api.ja.adoc b/doc/ja/weechat_plugin_api.ja.adoc index c6929a1e7..bf72f8a72 100644 --- a/doc/ja/weechat_plugin_api.ja.adoc +++ b/doc/ja/weechat_plugin_api.ja.adoc @@ -10139,7 +10139,7 @@ WeeChat とプラグインが送信するシグナルのリスト: プラグインがメッセージを処理する前に、シグナルが送信される) + バージョン 2.2 以上ではタグを含めたすべての IRC メッセージが送信されます。 + If the return code of a callback is _WEECHAT_RC_OK_EAT_, then the IRC message - is immediately destroyed and not processed by WeeChat. + is immediately destroyed and not processed _(WeeChat ≥ 3.3)_. | irc | [[hook_signal_xxx_irc_in2_yyy]] xxx,irc_in2_yyy ^(1)^ | @@ -10157,7 +10157,7 @@ WeeChat とプラグインが送信するシグナルのリスト: プラグインがメッセージを処理する前に、シグナルが送信される) + バージョン 2.2 以上ではタグを含めたすべての IRC メッセージが送信されます。 + If the return code of a callback is _WEECHAT_RC_OK_EAT_, then the IRC message - is immediately destroyed and not processed by WeeChat. + is immediately destroyed and not processed _(WeeChat ≥ 3.3)_. | irc | [[hook_signal_xxx_irc_raw_in2_yyy]] xxx,irc_raw_in2_yyy ^(1)^ + diff --git a/doc/sr/weechat_plugin_api.sr.adoc b/doc/sr/weechat_plugin_api.sr.adoc index b44d86d42..3e5eab170 100644 --- a/doc/sr/weechat_plugin_api.sr.adoc +++ b/doc/sr/weechat_plugin_api.sr.adoc @@ -9755,7 +9755,7 @@ struct t_hook *weechat_hook_signal (const char *signal, сигнал се шаље само ако се порука *не* игнорише). + Почевши од верзије 2.2, шаље се комплетна IRC порука, заједно са ознакама. + If the return code of a callback is _WEECHAT_RC_OK_EAT_, then the IRC message - is immediately destroyed and not processed by WeeChat. + is immediately destroyed and not processed _(WeeChat ≥ 3.3)_. | irc | [[hook_signal_xxx_irc_in2_yyy]] xxx,irc_in2_yyy ^(1)^ | @@ -9773,7 +9773,7 @@ struct t_hook *weechat_hook_signal (const char *signal, сигнал се шаље чак и када се порука игнорише). + Почевши од верзије 2.2, шаље се комплетна IRC порука, заједно са ознакама. + If the return code of a callback is _WEECHAT_RC_OK_EAT_, then the IRC message - is immediately destroyed and not processed by WeeChat. + is immediately destroyed and not processed _(WeeChat ≥ 3.3)_. | irc | [[hook_signal_xxx_irc_raw_in2_yyy]] xxx,irc_raw_in2_yyy ^(1)^ + |