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