diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2011-04-11 16:39:39 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2011-04-11 16:39:39 +0200 |
commit | 2c2ebea3fdd80d519e3fc7c5966f3a194f1bd1fa (patch) | |
tree | cd1760dc9b406aa4fefb60315233de6de14f7496 /ChangeLog | |
parent | 85c5653713cd54600be73f1e7a06cc0f3862e7ed (diff) | |
download | weechat-2c2ebea3fdd80d519e3fc7c5966f3a194f1bd1fa.zip |
irc: do not rejoin channels where /part has been issued before reconnection to server (bug #33029)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -45,6 +45,8 @@ Version 0.3.5 (under dev!) * core: allow background for nick colors (using ":") * api: add new function buffer_match_list * aspell: fix spellers used after switch of window (bug #32811) +* irc: do not rejoin channels where /part has been issued before reconnection + to server (bug #33029) * irc: use nick color for users outside the channel * irc: replace options irc.color.nick_prefix_{op|halfop|voice|user} by a single option irc.color.nick_prefixes (task #10888) |