diff options
author | June McEnroe <june@causal.agency> | 2023-07-16 17:54:54 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2023-07-16 17:56:43 -0400 |
commit | 05dc52039c85e9f547c80433f846c948b2db4f3f (patch) | |
tree | 0f6f8b7bdc7be2e4eb20f76d18f8cc76bb5257e6 /bounce.h | |
parent | Handle servers not sending NUH-origin in NICK (diff) | |
download | pounce-05dc52039c85e9f547c80433f846c948b2db4f3f.tar.gz pounce-05dc52039c85e9f547c80433f846c948b2db4f3f.zip |
Add support for extended-monitor
Doesn't need any new filtering since the actual messages added by extended-monitor are gated by other caps which already have filtering.
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 a197053..8df85fc 100644 --- a/bounce.h +++ b/bounce.h @@ -94,6 +94,7 @@ static inline struct Message parse(char *line) { X("chghost", CapChghost) \ X("echo-message", CapEchoMessage) \ X("extended-join", CapExtendedJoin) \ + X("extended-monitor", CapExtendedMonitor) \ X("invite-notify", CapInviteNotify) \ X("labeled-response", CapLabeledResponse) \ X("message-tags", CapMessageTags) \ |