1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-08 10:43:13 +02:00

Fix nick color in private for notices if option irc.look.color_pv_nick_like_channel is on

This commit is contained in:
Sebastien Helleu
2009-11-25 19:33:19 +01:00
parent ac4ab3e318
commit f8921025f6
+1 -1
View File
@@ -841,7 +841,7 @@ irc_protocol_cmd_notice (struct t_irc_server *server, const char *command,
"notify_private"),
"%s%s",
irc_nick_as_prefix (NULL, nick,
IRC_COLOR_CHAT_NICK_OTHER),
irc_nick_color_for_pv (ptr_channel, nick)),
pos_args);
}
else