diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2011-03-05 09:09:58 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2011-03-05 09:09:58 +0100 |
commit | 80609e4f72b79cc6bdde1f589aedbd96c42d7fb6 (patch) | |
tree | aa87a9fae6494311a07ea3a2ae1092cbb3299387 /ChangeLog | |
parent | 7351c709f874c439d3d5f27e9c6b38581800489c (diff) | |
download | weechat-80609e4f72b79cc6bdde1f589aedbd96c42d7fb6.zip |
Ignore IRC join if nick is not self nick and if channel buffer does not exist (bug #32667)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,7 +1,7 @@ WeeChat ChangeLog ================= Sébastien Helleu <flashcode@flashtux.org> -v0.3.5-dev, 2011-03-04 +v0.3.5-dev, 2011-03-05 Version 0.3.5 (under dev!) @@ -28,6 +28,8 @@ Version 0.3.5 (under dev!) * core: dynamically allocate color pairs (extended colors can be used without being added with command "/color") * core: allow background for nick colors (using ":") +* irc: ignore join if nick is not self nick and if channel buffer does not exist + (bug #32667) * irc: fix crash when setting wrong value in option irc.server.xxx.sasl_mechanism (bug #32670) * irc: add new options irc.look.color_nicks_in_nicklist and |