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