From 33a107f82da6e3a3f199a63661b3e31272c3fa71 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Sun, 10 Nov 2019 20:11:13 -0500 Subject: Filter invite-notify --- bounce.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bounce.h') diff --git a/bounce.h b/bounce.h index 8480d75..dd26bc3 100644 --- a/bounce.h +++ b/bounce.h @@ -61,6 +61,7 @@ static inline struct Message parse(char *line) { X("away-notify", CapAwayNotify) \ X("chghost", CapChghost) \ X("extended-join", CapExtendedJoin) \ + X("invite-notify", CapInviteNotify) \ X("sasl", CapSASL) \ X("server-time", CapServerTime) \ X("", CapUnsupported) @@ -152,6 +153,7 @@ void stateLogin( bool stateReady(void); void stateParse(char *line); void stateSync(struct Client *client); +const char *stateNick(void); const char *stateEcho(void); struct option; -- cgit 1.4.1