mirror of
https://github.com/jeremyd/ergo.git
synced 2026-05-22 07:44:46 -07:00
implement draft/extended-isupport (#2184)
This commit is contained in:
committed by
GitHub
parent
f68d32b4ee
commit
7586520032
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user