From 3fc0ce7d3b738e0aa838b3f98278b1b48d10ddf6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Mon, 26 Mar 2018 21:26:42 +0200 Subject: [PATCH] core: add more info about IRC signals names in release notes --- ReleaseNotes.adoc | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/ReleaseNotes.adoc b/ReleaseNotes.adoc index 2e0a77d39..5e78474c4 100644 --- a/ReleaseNotes.adoc +++ b/ReleaseNotes.adoc @@ -23,12 +23,13 @@ https://weechat.org/files/changelog/ChangeLog-devel.html[ChangeLog] [[v2.2_irc_signals_tags]] === Tags in IRC "in" signals -The IRCv3 tags are now sent in these IRC signals for received messages: +The IRCv3 tags are now sent in these IRC signals for received messages +(_xxx_ is IRC server name, _yyy_ is IRC command name): -* +*,irc_in_*+ -* +*,irc_in2_*+ -* +*,irc_raw_in_*+ -* +*,irc_raw_in2_*+ +* _xxx,irc_in_yyy_ +* _xxx,irc_in2_yyy_ +* _xxx,irc_raw_in_yyy_ +* _xxx,irc_raw_in2_yyy_ This could break plugins or scripts that parse IRC messages and don't expect to receive tags (even if tags *are* part of the IRC message, so this was a bug