aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--weechat/tomsg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/weechat/tomsg.c b/weechat/tomsg.c
index 374ae45..676586e 100644
--- a/weechat/tomsg.c
+++ b/weechat/tomsg.c
@@ -241,7 +241,7 @@ static void push_net_callback(int fd,struct net_response res,void *payload){
// ok
} else if(res.type==NET_ONLINE){
debugf(" NET_ONLINE with username='%s' num='%" PRIi64 "'\n",res.online.username,res.online.num);
- const char *color=res.online.num>0 ? "weechat.color.chat_nick" : "weechat.color.nicklist_away";
+ const char *color=res.online.num>0 ? "default" : "weechat.color.nicklist_away";
for(i64 i=0;i<conn->nrooms;i++){
struct t_gui_nick *nickp=weechat_nicklist_search_nick(
conn->rooms[i]->buffer,conn->rooms[i]->buffer_nickgroup,res.online.username);