diff options
author | C. McEnroe | 2020-02-01 02:26:35 -0500 |
---|---|---|
committer | C. McEnroe | 2020-02-01 02:26:35 -0500 |
commit | 2b3a8bfb9c022269307feed01419c903ba754508 (patch) | |
tree | 67f588e8b1abe4563af08fa6ab92a528d74cdca0 /chat.h | |
parent | 856d40d1212ec835b092a8f275124d09a65ba59d (diff) |
Add -v flag
Diffstat (limited to 'chat.h')
-rw-r--r-- | chat.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chat.h b/chat.h index bb8929b..4dd4732 100644 --- a/chat.h +++ b/chat.h @@ -33,10 +33,11 @@ enum Cap { }; extern struct Self { + bool debug; + const char *join; enum Cap caps; char *plain; char *nick; - const char *join; } self; #define ENUM_TAG \ |