From 4fc90b86bf1fad0d53e814fcc58998ba47065edd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Mon, 31 Jul 2023 08:03:50 +0200 Subject: irc: fix switch to channel manually joined (closes #1982) This happens when server option autojoin_dynamic is on and option irc.look.buffer_switch_autojoin is off. Regression was introduced in version 4.0.0 by commit 1c3b871204072b612ea3793708b508fc4de923be. --- ChangeLog.adoc | 1 + 1 file changed, 1 insertion(+) (limited to 'ChangeLog.adoc') diff --git a/ChangeLog.adoc b/ChangeLog.adoc index 6dac490de..8e8bc3270 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -40,6 +40,7 @@ Bug fixes:: * irc: add missing "account-tag" in list of supported capabilities * irc: fix display of self CTCP message containing bold attribute (issue #1981) * irc: fix memory leak in IRC message parser + * irc: fix switch to channel manually joined when server option autojoin_dynamic is on and option irc.look.buffer_switch_autojoin is off (issue #1982) * script: fix cursor position after `/script list -i` or `/script list -il` * script: fix buffer used by command `/script list -i|-il|-o|-ol` -- cgit v1.2.3