about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2022-01-16 14:17:03 -0500
committerKylie McClain <kylie@somas.is>2022-01-16 21:04:09 -0500
commit09dc4c327630dcb2b3179a6575402c9075f28e3d (patch)
tree909aba658796da1c4a70417f0e19adccb73894f5
parenthandle.c: o pona e kepeken pi nimi "e" (diff)
downloadcatgirl-09dc4c327630dcb2b3179a6575402c9075f28e3d.tar.gz
catgirl-09dc4c327630dcb2b3179a6575402c9075f28e3d.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 68bc344..94c4cbb 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),
 		"jan \3%02d%s\3\tli weka tan ni: %s",
 		completeColor(id, msg->params[1]), msg->params[1], msg->params[2]
 	);