mirror of
https://github.com/weechat/weechat.git
synced 2026-07-06 09:43:13 +02:00
irc: use computed nick color in many messages instead of option weechat.color.chat_nick
This commit is contained in:
@@ -142,7 +142,7 @@ irc_display_away (struct t_irc_server *server, const char *string1,
|
||||
"away_info",
|
||||
"%s[%s%s%s %s: %s%s]",
|
||||
IRC_COLOR_CHAT_DELIMITERS,
|
||||
IRC_COLOR_CHAT_NICK,
|
||||
IRC_COLOR_CHAT_NICK_SELF,
|
||||
server->nick,
|
||||
IRC_COLOR_RESET,
|
||||
string1,
|
||||
|
||||
Reference in New Issue
Block a user