diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2010-08-03 17:59:12 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2010-08-03 17:59:12 +0200 |
commit | b7dfda9d4de99ffef3370426bb54dfd98257f3e5 (patch) | |
tree | 2f9fdf4d95eb038ad6d68e7019ea00ba4be75190 /ChangeLog | |
parent | 36d1aac9bd12392c224a704745d8fc898fa8cb45 (diff) | |
download | weechat-b7dfda9d4de99ffef3370426bb54dfd98257f3e5.zip |
Fix bug in IRC parser when no argument is received after command, no callback was called, and message was silently ignored (bug #30640)
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.3-dev, 2010-07-28 +v0.3.3-dev, 2010-08-03 Version 0.3.3 (under dev!) @@ -24,6 +24,8 @@ Version 0.3.3 (under dev!) (bug #30296) * api: add function "string_expand_home", fix bug with replacement of home in paths +* irc: fix bug in parser when no argument is received after command, no + callback was called, and message was silently ignored (bug #30640) * irc: add new option irc.look.nick_color_stop_chars * irc: fix import of certificates created by openssl >= 1.0.0 (bug #30316) * irc: fix display of local SSL certificate when it is sent to server |