1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-05 01:03:14 +02:00

irc: fix display of color in hostname (join/part/quit messages)

This commit is contained in:
Sebastien Helleu
2012-03-06 21:54:46 +01:00
parent fe3bdb5f52
commit 1102cfd317
2 changed files with 16 additions and 4 deletions
+1
View File
@@ -11,6 +11,7 @@ Version 0.3.8 (under dev!)
weechat.look.paste_bracketed (task #11316)
* core: fix display of wide chars on last column of chat area (patch #7733)
* api: add list "gui_buffer_last_displayed" in hdata "buffer"
* irc: fix display of color in hostname (join/part/quit messages)
* irc: compute hash to find nick color for nick in server message when nick
is not in nicklist
* irc: add support of "external" SASL mechanism (task #11864)