diff options
Diffstat (limited to '')
-rw-r--r-- | chat.h | 1 |
1 files changed, 1 insertions, 0 deletions
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) |