1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-27 21:36:37 +02:00

irc: return empty color name for nick prefix when no mode is set (instead of "chat")

This commit is contained in:
Sebastien Helleu
2011-03-23 18:55:24 +01:00
parent 80312dd56a
commit ceaad9a20d
+1 -1
View File
@@ -391,7 +391,7 @@ const char *
irc_nick_get_prefix_color_name (struct t_irc_server *server,
struct t_irc_nick *nick)
{
static char *default_color = "chat";
static char *default_color = "";
const char *prefix_modes, *color;
char mode[2];
int i, index;