diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2023-08-08 09:38:54 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2023-08-08 09:38:54 +0200 |
commit | c6b18e96544273de0c93d32295c5dff00430c11e (patch) | |
tree | 4de5bb45f7ffdc15eba0b19de3b8ad194ad4b2cf /ChangeLog.adoc | |
parent | ff41a79aa99cbb78e22c7c4ff139ec6c5260f39c (diff) | |
download | weechat-c6b18e96544273de0c93d32295c5dff00430c11e.zip |
relay: fix display of IRC CTCP messages received from client (issue #1986)
Diffstat (limited to 'ChangeLog.adoc')
-rw-r--r-- | ChangeLog.adoc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog.adoc b/ChangeLog.adoc index 463842bf5..2d31e68de 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -27,6 +27,7 @@ New features:: * irc: build dynamically the list of CTCPs supported in reply to "CTCP CLIENTINFO" (issue #1974) * irc: remove Git revision and compilation date from CTCP VERSION reply (issue #1974) * irc: remove default CTCP replies FINGER and USERINFO (issue #1974) + * relay: fix display of IRC CTCP messages received from client (issue #1986) * trigger: add options `-o`, `-ol`, `-i` and `-il` in command `/trigger list` (issue #1953) Bug fixes:: |