diff options
author | June McEnroe <june@causal.agency> | 2020-02-14 21:36:58 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-02-14 21:36:58 -0500 |
commit | 39a343980b634f41377d72426ced50ca8ae0fb64 (patch) | |
tree | af29e7daa153c7427bfaffcf42ea71bec5b96241 /chat.h | |
parent | Add /away (diff) | |
download | catgirl-39a343980b634f41377d72426ced50ca8ae0fb64.tar.gz catgirl-39a343980b634f41377d72426ced50ca8ae0fb64.zip |
Add /invite
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) |