diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2018-03-25 20:05:12 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2018-03-25 20:05:12 +0200 |
commit | c90572babe390c08168ae493d592a9764359bef7 (patch) | |
tree | b5409ad9a2f510688dcd621c1565046efd933a89 /doc/en | |
parent | aaad4ca6e5fc81edbf568a1b8424499bb48d4450 (diff) | |
download | weechat-c90572babe390c08168ae493d592a9764359bef7.zip |
irc: send whole IRC message including IRCv3 tags in the signals irc_in, irc_in2, irc_raw_in and irc_raw_in2 (issue #787)
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/weechat_plugin_api.en.adoc | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/doc/en/weechat_plugin_api.en.adoc b/doc/en/weechat_plugin_api.en.adoc index fc440c6c2..1c290140d 100644 --- a/doc/en/weechat_plugin_api.en.adoc +++ b/doc/en/weechat_plugin_api.en.adoc @@ -9210,24 +9210,28 @@ List of signals sent by WeeChat and plugins: | irc | xxx,irc_in_yyy ^(1)^ | String: message. | IRC message from server (before irc plugin uses it, - signal sent only if message is *not* ignored). + signal sent only if message is *not* ignored). + + Since version 2.2, the whole IRC message is sent, including tags. | irc | xxx,irc_in2_yyy ^(1)^ | String: message. | IRC message from server (after irc plugin uses it, - signal sent only if message is *not* ignored). + signal sent only if message is *not* ignored). + + Since version 2.2, the whole IRC message is sent, including tags. | irc | xxx,irc_raw_in_yyy ^(1)^ + _(WeeChat ≥ 0.3.2)_ | String: message. | IRC message from server (before irc plugin uses it, - signal sent even if message is ignored). + signal sent even if message is ignored). + + Since version 2.2, the whole IRC message is sent, including tags. | irc | xxx,irc_raw_in2_yyy ^(1)^ + _(WeeChat ≥ 0.3.2)_ | String: message. | IRC message from server (after irc plugin uses it, - signal sent even if message is ignored). + signal sent even if message is ignored). + + Since version 2.2, the whole IRC message is sent, including tags. | irc | xxx,irc_out1_yyy ^(1)^ + _(WeeChat ≥ 0.3.7)_ | |