summaryrefslogtreecommitdiff
path: root/ChangeLog.adoc
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2023-08-13 16:38:29 +0200
committerSébastien Helleu <flashcode@flashtux.org>2023-08-13 16:38:29 +0200
commit46cea77585720f38d197f8bb4f3159c0b3d63ec8 (patch)
tree46f34040922a2a61d0685f8834723e44a24885c7 /ChangeLog.adoc
parent4290876e646df7c73424be4a44d6494f0c184d81 (diff)
downloadweechat-46cea77585720f38d197f8bb4f3159c0b3d63ec8.zip
relay: synchronize nick modes with IRC client upon connection (closes #1984)
Diffstat (limited to 'ChangeLog.adoc')
-rw-r--r--ChangeLog.adoc1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog.adoc b/ChangeLog.adoc
index 8b50dfe3a..a1fec841e 100644
--- a/ChangeLog.adoc
+++ b/ChangeLog.adoc
@@ -43,6 +43,7 @@ Bug fixes::
* irc: add channel in "autojoin" server option only when the channel is actually joined (issue #1990)
* irc: add missing tags on multiline messages (issue #1987)
* irc: fix redirection of command `/list` when the reply doesn't start with message 321 (start of /list)
+ * relay: synchronize nick modes with IRC client upon connection (issue #1984)
* script: fix cursor position after `/script list -i` or `/script list -il`
* script: fix buffer used by command `/script list -i|-il|-o|-ol`