summaryrefslogtreecommitdiff
path: root/ChangeLog.adoc
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2023-07-12 19:13:40 +0200
committerSébastien Helleu <flashcode@flashtux.org>2023-07-12 19:13:40 +0200
commit7c805aa699a70800049e1e9760b5bdde84e62be3 (patch)
tree77a29204433d9fc004b7e88c80262fcbfd23287e /ChangeLog.adoc
parent9237852b262226fe74fe893909c6b30a699d3779 (diff)
downloadweechat-7c805aa699a70800049e1e9760b5bdde84e62be3.zip
irc: remove default CTCP replies FINGER and USERINFO (issue #1974)
Diffstat (limited to 'ChangeLog.adoc')
-rw-r--r--ChangeLog.adoc3
1 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog.adoc b/ChangeLog.adoc
index bb34b59c2..afc33f347 100644
--- a/ChangeLog.adoc
+++ b/ChangeLog.adoc
@@ -25,7 +25,8 @@ New features::
* irc: create default options irc.ctcp.* when file irc.conf is created (issue #1974)
* irc: evaluate options irc.ctcp.* (issue #1974)
* 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/FINGER reply (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)
* trigger: add options `-o`, `-ol`, `-i` and `-il` in command `/trigger list` (issue #1953)
Bug fixes::