forked from External/ergo
Add metadata caps/numerics
This commit is contained in:
parent
bce3d643bc
commit
ca98dcef55
3 changed files with 27 additions and 0 deletions
|
|
@ -87,6 +87,18 @@ CAPDEFS = [
|
|||
url="https://ircv3.net/specs/extensions/message-tags.html",
|
||||
standard="IRCv3",
|
||||
),
|
||||
CapDef(
|
||||
identifier="Metadata",
|
||||
name="draft/metadata",
|
||||
url="https://github.com/DanielOaks/ircv3-specifications/blob/metadata/core/metadata.md",
|
||||
standard="draft IRCv3",
|
||||
),
|
||||
CapDef(
|
||||
identifier="MetadataNotify",
|
||||
name="metadata-notify",
|
||||
url="https://github.com/DanielOaks/ircv3-specifications/blob/metadata/core/metadata.md",
|
||||
standard="draft IRCv3",
|
||||
),
|
||||
CapDef(
|
||||
identifier="MultiPrefix",
|
||||
name="multi-prefix",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue