diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2011-05-06 16:33:06 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2011-05-06 16:33:06 +0200 |
commit | 9754d0cbbd04b0d599e6ee339e0e42fbb353726c (patch) | |
tree | fd846273c2232c78663a219a63b61e103987e01a /ChangeLog | |
parent | ae57815e2327f1722620618877aca35ade8ac0fa (diff) | |
download | weechat-9754d0cbbd04b0d599e6ee339e0e42fbb353726c.zip |
irc: fix parsing of message 332 when no topic neither colon are found (bug with bip proxy)
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-rc2, 2011-05-02 +v0.3.5-rc2, 2011-05-06 Version 0.3.5 (under dev!) @@ -63,6 +63,8 @@ Version 0.3.5 (under dev!) (plugins: irc, relay, xfer, scripts) * aspell: add section "option" in aspell.conf for speller options (task #11083) * aspell: fix spellers used after switch of window (bug #32811) +* irc: fix parsing of message 332 when no topic neither colon are found + (bug with bip proxy) * irc: fix nick color in private when option irc.look.nick_color_force is changed * irc: fix tags for messages sent with /msg command (bug #33169) |