about summary refs log tree commit diff
path: root/chat.h
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-02-11 22:39:29 -0500
committerJune McEnroe <june@causal.agency>2020-02-11 22:39:29 -0500
commit10ae7bedbd1dac946ee97c3fb27676cde2237621 (patch)
tree9d9f3123d94681ffb9aa90b9c79211343609f1a8 /chat.h
parentAdd chroot target (diff)
downloadcatgirl-10ae7bedbd1dac946ee97c3fb27676cde2237621.tar.gz
catgirl-10ae7bedbd1dac946ee97c3fb27676cde2237621.zip
Add -R restricted flag
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 bd1ff4e..39be36e 100644
--- a/chat.h
+++ b/chat.h
@@ -85,6 +85,7 @@ enum Cap {
 
 extern struct Self {
 	bool debug;
+	bool restricted;
 	char *plain;
 	const char *join;
 	enum Cap caps;