From e7cec137239be76c7777b4e6406a0cb089d7a634 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Sun, 16 Jan 2022 14:17:03 -0500 Subject: Use Cold for away notices in queries So that they can be hidden with M-+. --- handle.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handle.c b/handle.c index 7721745..5d61081 100644 --- a/handle.c +++ b/handle.c @@ -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] ); -- cgit 1.4.1