diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-07-19 10:18:20 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-07-19 10:18:20 +0200 |
commit | dfcc7baa40e1d359cbd5c2a33b8b01ba6bde738b (patch) | |
tree | 88fca89b743d2fc0b98a0e85ab99e35b21685a16 /ChangeLog | |
parent | fb86f21a5fb3ec516c3226cd1578d5b4d3ff2ec5 (diff) | |
download | weechat-dfcc7baa40e1d359cbd5c2a33b8b01ba6bde738b.zip |
irc: fix self nick color in server messages after nick is changed with /nick (bug #39415)
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.4.2-dev, 2013-07-18 +v0.4.2-dev, 2013-07-19 This document lists all changes for each version. @@ -34,6 +34,8 @@ Version 0.4.2 (under dev!) * core: fix line alignment when option weechat.look.buffer_time_format is set to empty string * aspell: add support of enchant library (patch #6858) +* irc: fix self nick color in server messages after nick is changed with /nick + (bug #39415) * irc: add support of wildcards in commands (de)op/halfop/voice (task #9221) * irc: add option irc.look.pv_tags * irc: fix error message on /invite without arguments (bug #39272) |