1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-05 17:23:15 +02:00

irc: fix parsing of user modes (ignore everything after first space) (bug #36756)

This commit is contained in:
Sebastien Helleu
2012-07-01 11:56:06 +02:00
parent c92d34020b
commit 7585eae5d0
2 changed files with 10 additions and 2 deletions
+3 -1
View File
@@ -1,7 +1,7 @@
WeeChat ChangeLog
=================
Sébastien Helleu <flashcode@flashtux.org>
v0.3.9-dev, 2012-06-30
v0.3.9-dev, 2012-07-01
Version 0.3.9 (under dev!)
@@ -18,6 +18,8 @@ Version 0.3.9 (under dev!)
(bug #36584)
* guile: fix crash when unloading a script without pointer to interpreter
* guile: fix path of guile include dirs in cmake build (patch #7790)
* irc: fix parsing of user modes (ignore everything after first space)
(bug #36756)
* irc: add option irc.look.ctcp_time_format to customize reply to CTCP TIME
(task #12150)
* irc: fix freeze when reading on socket with SSL enabled (bug #35097)