Use Cold for away notices in queries

So that they can be hidden with M-+.
master
June McEnroe 2022-01-16 14:17:03 -05:00
parent adff312570
commit e7cec13723
1 changed files with 1 additions and 1 deletions

View File

@ -1148,7 +1148,7 @@ static void handleReplyAway(struct Message *msg) {
id = idFor(msg->params[1]);
}
uiFormat(
id, Warm, tagTime(msg),
id, (id == Network ? Warm : Cold), tagTime(msg),
"\3%02d%s\3\tis away: %s",
completeColor(id, msg->params[1]), msg->params[1], msg->params[2]
);