From 638be4e7757a7e7fcb52332461b5b1b5330a6771 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Tue, 4 Dec 2018 15:56:10 -0500 Subject: Show error if disconnected unintentionally --- chat.h | 1 + 1 file changed, 1 insertion(+) (limited to 'chat.h') diff --git a/chat.h b/chat.h index 01dcd72..9a544f5 100644 --- a/chat.h +++ b/chat.h @@ -44,6 +44,7 @@ struct { char *join; bool verbose; bool notify; + bool quit; } self; void eventWait(const char *argv[static 2]); -- cgit 1.4.1