about summary refs log tree commit diff
path: root/chat.h
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2023-07-07 14:40:44 -0400
committerJune McEnroe <june@causal.agency>2023-07-07 14:40:44 -0400
commitdc132b4350d207d147bb79d997c3f8b511c4ac30 (patch)
tree564e83a1a55b85b22ac67e3ae536aa578af3dd58 /chat.h
parentFix what went wrong, part 3 (diff)
downloadcatgirl-dc132b4350d207d147bb79d997c3f8b511c4ac30.tar.gz
catgirl-dc132b4350d207d147bb79d997c3f8b511c4ac30.zip
Work-in-progress showing prefixes
Diffstat (limited to 'chat.h')
-rw-r--r--chat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/chat.h b/chat.h
index 6753fcb..d270831 100644
--- a/chat.h
+++ b/chat.h
@@ -204,6 +204,7 @@ extern struct Self {
 	bool debug;
 	bool kiosk;
 	bool restricted;
+	bool showPrefix;
 	size_t pos;
 	enum Cap caps;
 	const char *plainUser;