implement draft/extended-isupport (#2184)

This commit is contained in:
Shivaram Lingamneni
2024-09-27 06:40:56 +02:00
committed by GitHub
parent f68d32b4ee
commit 7586520032
8 changed files with 57 additions and 10 deletions

View File

@@ -219,6 +219,12 @@ CAPDEFS = [
url="https://github.com/ircv3/ircv3-specifications/pull/527",
standard="proposed IRCv3",
),
CapDef(
identifier="ExtendedISupport",
name="draft/extended-isupport",
url="https://github.com/ircv3/ircv3-specifications/pull/543",
standard="proposed IRCv3",
),
]
def validate_defs():