From 3c5e1c95a4091c26de8cc47e9cf222b74cec4fb3 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Tue, 25 Feb 2020 02:12:35 -0500 Subject: Add /mode, /except, /invex and handle lists replies --- chat.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'chat.h') diff --git a/chat.h b/chat.h index e42cf7b..5b4e14c 100644 --- a/chat.h +++ b/chat.h @@ -176,6 +176,8 @@ static inline void utilPush(struct Util *util, const char *arg) { extern struct Replies { uint away; uint ban; + uint excepts; + uint invex; uint join; uint list; uint names; -- cgit 1.4.1