diff options
Diffstat (limited to 'chat.h')
-rw-r--r-- | chat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chat.h b/chat.h index 1b1c338..4c9b32b 100644 --- a/chat.h +++ b/chat.h @@ -183,6 +183,7 @@ enum Cap { extern struct Self { bool debug; + bool kiosk; bool restricted; size_t pos; enum Cap caps; |