diff options
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 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; |