commit cde2505

delthas  ·  2026-03-10 17:55:42 +0000 UTC
parent f8898af
Clarify no-arg away semantics

Closes: https://todo.sr.ht/~delthas/senpai/238
1 files changed,  +1, -1
+1, -1
1@@ -281,7 +281,7 @@ func init() {
2 			MinArgs:   0,
3 			MaxArgs:   1,
4 			Usage:     "[message]",
5-			Desc:      "mark yourself as away",
6+			Desc:      "mark yourself as away (use /BACK to unset away)",
7 			Handle:    commandDoAway,
8 		},
9 		"BACK": {