1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-30 23:06:38 +02:00

xfer: fix auto-accept of server/nick when the server name contains UTF-8 chars (issue #1739)

This commit is contained in:
Sébastien Helleu
2022-01-15 10:02:43 +01:00
parent e6f65122a9
commit 619f09f2d6
2 changed files with 4 additions and 2 deletions
+1
View File
@@ -35,6 +35,7 @@ Bug fixes::
* irc: fix display of message 344 received as whois geo info (issue #1736)
* irc: fix display of IRC numeric messages with no parameters
* trigger: fix search of triggers with UTF-8 chars in name (issue #1739)
* xfer: fix auto-accept of server/nick when the server name contains UTF-8 chars (issue #1739)
Tests::