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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user