From 39a343980b634f41377d72426ced50ca8ae0fb64 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Fri, 14 Feb 2020 21:36:58 -0500 Subject: Add /invite --- chat.h | 1 + 1 file changed, 1 insertion(+) (limited to 'chat.h') diff --git a/chat.h b/chat.h index f0dadcc..c7ab5f7 100644 --- a/chat.h +++ b/chat.h @@ -71,6 +71,7 @@ static inline enum Color hash(const char *str) { #define ENUM_CAP \ X("extended-join", CapExtendedJoin) \ + X("invite-notify", CapInviteNotify) \ X("sasl", CapSASL) \ X("server-time", CapServerTime) \ X("userhost-in-names", CapUserhostInNames) -- cgit 1.4.1