From a10474ae42bc7d727092a9113cf478188b725f4c Mon Sep 17 00:00:00 2001 From: Shivaram Lingamneni Date: Mon, 25 May 2020 11:12:14 -0400 Subject: [PATCH] changelog entry for #1051 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 99079a06..0e3c4dec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -53,6 +53,7 @@ This release includes a change to the MySQL schema. This change will be applied * Fixed some channels not being unregistered during account unregistration (#889) * Fixed `/NICKSERV SET` and related commands being unavailable when account registration is disabled (#922, thanks [@PizzaLover2007](https://github.com/PizzaLover2007)!) * Fixed `TAGMSG` not being replayed correctly in history (#1044) +* Fixed incorrect `401 ERR_NOSUCHNICK` responses on `TAGMSG` sent to a service (#1051, thanks [@ajaspers](https://github.com/ajaspers)!) * Fixed `301 RPL_AWAY` not being sent in `WHOIS` responses when applicable (#850) * `/OPER` with no password no longer disconnects the client (#951) * Fixed failure to send extended-join responses after account unregistration (#933, thanks [@jesopo](https://github.com/jesopo)!)