diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2010-03-26 20:02:17 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2010-03-26 20:02:17 +0100 |
commit | 485e884751464f4b9b006e7d98cb28f0c8cd1f95 (patch) | |
tree | 213edbd372f4f8fd25c873de660407f7c7695b87 /ChangeLog | |
parent | 2bbc2283812aa066f80cb045380fb599443d9e37 (diff) | |
download | weechat-485e884751464f4b9b006e7d98cb28f0c8cd1f95.zip |
Add new option irc.look.part_closes_buffer to close buffer when /part is issued on channel (task #10295)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -57,6 +57,8 @@ Version 0.3.2 (under dev!) * irc: fix crash with SSL connection if option ssl_cert is set (bug #28752) * irc: fix bug with SSL connection (fails sometimes when ssl_verify is on) (bug #28741) +* irc: add new option irc.look.part_closes_buffer to close buffer when /part + is issued on channel (task #10295) * irc: fix PART message received on Undernet server (bug #28825) * irc: fix bug with /away -all: set or unset future away for disconnected servers (bug #29022) |