Add support for draft/extended-monitor

References: https://github.com/ircv3/ircv3-specifications/pull/466
This commit is contained in:
Simon Ser 2021-08-26 15:45:42 +02:00
parent df29650b98
commit 1206cfae37

View File

@ -18,6 +18,7 @@ const permanentCaps = [
"draft/chathistory",
"draft/event-playback",
"draft/extended-monitor",
"soju.im/bouncer-networks",
];