diff options
author | June McEnroe <june@causal.agency> | 2020-02-11 22:39:29 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-02-11 22:39:29 -0500 |
commit | 10ae7bedbd1dac946ee97c3fb27676cde2237621 (patch) | |
tree | 9d9f3123d94681ffb9aa90b9c79211343609f1a8 /chat.h | |
parent | Add chroot target (diff) | |
download | catgirl-10ae7bedbd1dac946ee97c3fb27676cde2237621.tar.gz catgirl-10ae7bedbd1dac946ee97c3fb27676cde2237621.zip |
Add -R restricted flag
Diffstat (limited to '')
-rw-r--r-- | chat.h | 1 |
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; |