1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-30 06:46:38 +02:00

irc: fix color of new nick in nick changes messages when option irc.look.color_nicks_in_server_messages is off

This commit is contained in:
Sébastien Helleu
2015-04-25 20:38:03 +02:00
parent b5fbea7993
commit ccc6cdace1
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -1231,7 +1231,7 @@ IRC_PROTOCOL_CALLBACK(nick)
old_color : IRC_COLOR_CHAT_NICK,
nick,
IRC_COLOR_RESET,
irc_nick_color_for_msg (server, 0, ptr_nick,
irc_nick_color_for_msg (server, 1, ptr_nick,
new_nick),
new_nick,
IRC_COLOR_RESET);