1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-12 14:14:48 +02:00

irc: fix display of CTCP query sent multiple times to the same user when capability echo-message is enabled (closes #2309)

This commit is contained in:
Sébastien Helleu
2026-03-27 18:32:31 +01:00
parent d9e56c3df8
commit b8bef1c3e1
2 changed files with 5 additions and 2 deletions
+1
View File
@@ -21,6 +21,7 @@ SPDX-License-Identifier: GPL-3.0-or-later
- core: fix crash with `/eval` when the current buffer is closed in a command
- core: fix buffer size in function util_parse_time, causing buffer overflow error in unit tests
- irc: fix display of CTCP query sent multiple times to the same user when capability echo-message is enabled ([#2309](https://github.com/weechat/weechat/issues/2309))
- irc: fix unit of server option `anti_flood` from seconds to milliseconds in output of `/server listfull`
- irc: fix creation of irc.msgbuffer option without a server name
- irc: ignore self join if the channel is already joined ([#2291](https://github.com/weechat/weechat/issues/2291))