diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2019-06-15 22:46:14 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2019-06-15 22:46:14 +0200 |
commit | 60c61c39624457c193bc0c0e15124a809c7ddca7 (patch) | |
tree | d48d73b2177794a25e636b4bba2363db51765241 /ChangeLog.adoc | |
parent | 0d9b7ec95499de6dd0ab981411416be6707b9f25 (diff) | |
download | weechat-60c61c39624457c193bc0c0e15124a809c7ddca7.zip |
irc: disable server reconnection when the server buffer is closed (closes #236)
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 2a7e32f21..1b6d80611 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -27,6 +27,7 @@ Bug fixes:: * core: replace char "," by "~" in color codes to separate foreground from background (issue #1264) * alias: remove default aliases /AME and /AMSG (issue #1355) + * irc: disable server reconnection when the server buffer is closed (issue #236) * irc: strip spaces at beginning/end of addresses in server option "addresses" (issue #195) * irc: fix display of enabled/disabled client capabilities received in command CAP ACK (issue #151) |