diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2015-06-16 20:28:50 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2015-06-16 20:28:50 +0200 |
commit | 7c1b7df2cf5453902d150a54836a248dd21e25e7 (patch) | |
tree | edbaac79a5adbe96c25894e5807f966d8c472d1c /ChangeLog.asciidoc | |
parent | 5bac79c4f1d37b5383fbf38c27615bf0402b1ca2 (diff) | |
download | weechat-7c1b7df2cf5453902d150a54836a248dd21e25e7.zip |
irc: fix crash with commands /allchan, /allpv and /allserv if the executed command closes buffers (closes #445)
Diffstat (limited to 'ChangeLog.asciidoc')
-rw-r--r-- | ChangeLog.asciidoc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog.asciidoc b/ChangeLog.asciidoc index 84e60acd4..70678c3d3 100644 --- a/ChangeLog.asciidoc +++ b/ChangeLog.asciidoc @@ -29,6 +29,8 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes] weechat.look.buffer_time_format is set to empty string (closes #441) * fifo: fix send error on Cygwin when something is received in the pipe (closes #436) +* irc: fix crash with commands /allchan, /allpv and /allserv if the executed + command closes buffers (closes #445) * irc: do not open auto-joined channels buffers when option "-nojoin" is used in command /connect (even if the option irc.look.buffer_open_before_autojoin is on) |