From 6ad3dcc396993848cc380be30f7ca358c9d8289d Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Sun, 6 Nov 2022 20:36:33 +0100 Subject: [PATCH] Use ratified extended-monitor cap name References: https://github.com/ircv3/ircv3-specifications/pull/508 --- upstream.go | 1 + 1 file changed, 1 insertion(+) diff --git a/upstream.go b/upstream.go index e1030a2..b82b141 100644 --- a/upstream.go +++ b/upstream.go @@ -31,6 +31,7 @@ var permanentUpstreamCaps = map[string]bool{ "batch": true, "chghost": true, "extended-join": true, + "extended-monitor": true, "invite-notify": true, "labeled-response": true, "message-tags": true,