diff options
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 5502665..cb05124 100644 --- a/chat.h +++ b/chat.h @@ -30,10 +30,11 @@ #define errx(...) do { uiHide(); errx(__VA_ARGS__); } while (0) struct { - bool verbose; char *nick; char *user; char *join; + bool verbose; + bool notify; } self; void selfNick(const char *nick); |