From 13c64586524324114e55ded3e408a53c168f8a04 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Wed, 26 Feb 2020 03:04:51 -0500 Subject: Support account-tag --- bounce.h | 3 ++- pounce.1 | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/bounce.h b/bounce.h index 7f7c247..7813284 100644 --- a/bounce.h +++ b/bounce.h @@ -66,6 +66,7 @@ static inline struct Message parse(char *line) { #define ENUM_CAP \ X("account-notify", CapAccountNotify) \ + X("account-tag", CapAccountTag) \ X("away-notify", CapAwayNotify) \ X("causal.agency/passive", CapPassive) \ X("chghost", CapChghost) \ @@ -82,7 +83,7 @@ enum Cap { #define X(name, id) BIT(id), ENUM_CAP #undef X - TagCaps = CapMessageTags | CapServerTime, + TagCaps = CapAccountTag | CapMessageTags | CapServerTime, }; static const char *CapNames[] = { diff --git a/pounce.1 b/pounce.1 index a205857..be272b5 100644 --- a/pounce.1 +++ b/pounce.1 @@ -1,4 +1,4 @@ -.Dd February 25, 2020 +.Dd February 26, 2020 .Dt POUNCE 1 .Os . @@ -338,6 +338,7 @@ and do not affect away status. Pass-through of the following IRCv3 capabilities is supported: .Sy account-notify , +.Sy account-tag , .Sy away-notify , .Sy chghost , .Sy extended-join , -- cgit 1.4.1