diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2023-07-31 08:03:50 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2023-07-31 08:03:50 +0200 |
commit | 4fc90b86bf1fad0d53e814fcc58998ba47065edd (patch) | |
tree | aeff60e1d4b285cb236b0e0a1ada1e00e720cf95 /ChangeLog.adoc | |
parent | 63f9289769c1aaee18863ac7558d633c40f1e345 (diff) | |
download | weechat-4fc90b86bf1fad0d53e814fcc58998ba47065edd.zip |
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.
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 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` |