From 2eaa36a30975d198d40b8f92c6b4add1eb111d31 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Sun, 28 Oct 2018 02:44:09 -0400 Subject: Add notification with notify-send --- chat.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'chat.h') 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); -- cgit 1.4.1