about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2022-01-16 14:17:03 -0500
committerJune McEnroe <june@causal.agency>2022-01-16 14:17:03 -0500
commite7cec137239be76c7777b4e6406a0cb089d7a634 (patch)
treecbc766f37c4d2a683cee8e1a0f79b5e61acafba6
parentRefer to long option names, prefix commands with $ (diff)
downloadcatgirl-e7cec137239be76c7777b4e6406a0cb089d7a634.tar.gz
catgirl-e7cec137239be76c7777b4e6406a0cb089d7a634.zip
Use Cold for away notices in queries
So that they can be hidden with M-+.
-rw-r--r--handle.c2
1 files changed, 1 insertions, 1 deletions
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]
 	);