summaryrefslogtreecommitdiff
path: root/ChangeLog.adoc
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2023-04-24 21:43:57 +0200
committerSébastien Helleu <flashcode@flashtux.org>2023-04-24 21:43:57 +0200
commit28bb33aa5a80d93afbc291a05ee8b033456e1ced (patch)
tree52c31bf1121cea18add9b3a8fc1a3a3e1cacc6fc /ChangeLog.adoc
parent9f5e8efbe08fe0af4cf3ef813deb4f56f31dfef9 (diff)
downloadweechat-28bb33aa5a80d93afbc291a05ee8b033456e1ced.zip
irc: add message 415 (cannot send message to channel)
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 845c95952..ae69681d3 100644
--- a/ChangeLog.adoc
+++ b/ChangeLog.adoc
@@ -62,6 +62,7 @@ Bug fixes::
* irc: update autojoin option with redirected channels when autojoin_dynamic is enabled (issue #1898)
* irc: don't switch to buffer of joined channel if it was not manually joined nor present in server autojoin option
* irc: fix target buffer for commands 432/433 (erroneous nickname/nickname already in use) when the nickname looks like a channel
+ * irc: add message 415 (cannot send message to channel)
* lua: fix crash with print when the value to print is not a string (issue #1904, issue #1905)
* spell: check buffer pointer received in info "spell_dict"
* typing: fix crash when pointer buffer is not received in callback for signal "input_text_changed" (issue #1869)