diff options
author | June McEnroe <june@causal.agency> | 2019-11-14 00:49:35 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-11-14 00:49:35 -0500 |
commit | c367a1aa79361093ac92a07b17b810fb7a2b9a51 (patch) | |
tree | cc87374d6ece014009da83db4fc2e4ec7d6d46c5 /bounce.h | |
parent | Replace filters with regex replaces (diff) | |
download | pounce-c367a1aa79361093ac92a07b17b810fb7a2b9a51.tar.gz pounce-c367a1aa79361093ac92a07b17b810fb7a2b9a51.zip |
Filter multi-prefix
Diffstat (limited to '')
-rw-r--r-- | bounce.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bounce.h b/bounce.h index d94eae4..7bf830b 100644 --- a/bounce.h +++ b/bounce.h @@ -62,6 +62,7 @@ static inline struct Message parse(char *line) { X("chghost", CapChghost) \ X("extended-join", CapExtendedJoin) \ X("invite-notify", CapInviteNotify) \ + X("multi-prefix", CapMultiPrefix) \ X("sasl", CapSASL) \ X("server-time", CapServerTime) \ X("userhost-in-names", CapUserhostInNames) \ |