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-+.
Diffstat (limited to '')
-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]
 	);
rc/commit/bin/title.c?id=d7ac3ac9aa027602fd581d383bc1d40f2d47234f&follow=1'>Set title User-AgentJune McEnroe Some things don't like you if you don't send one. 2019-09-07Add -x flag to titleJune McEnroe 2019-09-07Ignore SIGPIPE in relayJune McEnroe Allows restarting consumers safely. 2019-09-07Add A Memory Called EmpireJune McEnroe 2019-09-05Handle lack of Content-TypeJune McEnroe 2019-09-05Use CURLINFO_CONTENT_TYPEJune McEnroe Oops, didn't see this. 2019-09-05Decode entities in titlesJune McEnroe 2019-09-05Print title as soon as it's availableJune McEnroe 2019-09-05Use CURL_PREFIX to set flagsJune McEnroe 2019-09-05Add titleJune McEnroe 2019-09-04Add Avorter n'est pas tuerJune McEnroe 2019-08-29Unset executable on shell scriptsJune McEnroe 2019-08-29Add long-missing setopt to bin.7June McEnroe 2019-08-29Add editJune McEnroe