From 1206cfae37349cc01bcd73e9872c23751eb459dc Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Thu, 26 Aug 2021 15:45:42 +0200 Subject: [PATCH] Add support for draft/extended-monitor References: https://github.com/ircv3/ircv3-specifications/pull/466 --- lib/client.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/client.js b/lib/client.js index 8fea3fe..bedcf26 100644 --- a/lib/client.js +++ b/lib/client.js @@ -18,6 +18,7 @@ const permanentCaps = [ "draft/chathistory", "draft/event-playback", + "draft/extended-monitor", "soju.im/bouncer-networks", ];