From c90572babe390c08168ae493d592a9764359bef7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sun, 25 Mar 2018 20:05:12 +0200 Subject: irc: send whole IRC message including IRCv3 tags in the signals irc_in, irc_in2, irc_raw_in and irc_raw_in2 (issue #787) --- doc/en/weechat_plugin_api.en.adoc | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'doc/en') 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)_ | -- cgit v1.2.3