doc: mention WeeChat version for WEECHAT_RC_OK_EAT in signals "irc_raw_in" and "irc_in" (plugin API reference) (issue #1657)
This commit is contained in:
parent
ff6bc95429
commit
253598d83c
@ -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)^ +
|
||||
|
@ -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)^ +
|
||||
|
@ -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 |
|
||||
|
@ -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)^ +
|
||||
|
@ -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)^ +
|
||||
|
Loading…
x
Reference in New Issue
Block a user