1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-08 18:53:12 +02:00

irc: use computed nick color in many messages instead of option weechat.color.chat_nick

This commit is contained in:
Sebastien Helleu
2012-03-12 19:26:26 +01:00
parent 73476cc0f8
commit 1c1ef05451
8 changed files with 183 additions and 92 deletions
+5 -1
View File
@@ -89,7 +89,11 @@ extern char *irc_nick_as_prefix (struct t_irc_server *server,
struct t_irc_nick *nick,
const char *nickname,
const char *force_color);
extern const char *irc_nick_color_for_server_message (struct t_irc_nick *nick,
extern const char *irc_nick_color_for_message (struct t_irc_server *server,
struct t_irc_nick *nick,
const char *nickname);
extern const char *irc_nick_color_for_server_message (struct t_irc_server *server,
struct t_irc_nick *nick,
const char *nickname);
extern const char * irc_nick_color_for_pv (struct t_irc_channel *channel,
const char *nickname);