From e1e718f982dffc1d8aeeb2b5bfe09914acf2ce7b Mon Sep 17 00:00:00 2001 From: Bram Matthys Date: Fri, 28 May 2021 10:38:32 +0200 Subject: [PATCH] Update release notes [skip ci] --- doc/RELEASE-NOTES.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/RELEASE-NOTES.md b/doc/RELEASE-NOTES.md index f592fc7f3..76994d521 100644 --- a/doc/RELEASE-NOTES.md +++ b/doc/RELEASE-NOTES.md @@ -50,6 +50,11 @@ Enhancements: to use this, but some day when we have more [message tags](https://www.unrealircd.org/docs/Message_tags) it may come in handy. +* Support [+draft/reply](https://ircv3.net/specs/client-tags/reply) IRCv3 + client tag. Can be used by bots (and others) to indicate to what message + people are replying to. This module, reply-tag, is loaded by default. +* Send [draft/bot](https://ircv3.net/specs/extensions/bot-mode) IRCv3 + message tag if the user has mode ```+B``` set. Fixes: * Forbid using [extended server bans](https://www.unrealircd.org/docs/Extended_server_bans)