Draft implementation of draft/setname

This commit is contained in:
Daniel Oaks 2019-02-13 23:22:16 +10:00
parent d804dddda5
commit 53ed368701
6 changed files with 43 additions and 2 deletions

View file

@ -123,6 +123,12 @@ CAPDEFS = [
url="https://ircv3.net/specs/extensions/server-time-3.2.html",
standard="IRCv3",
),
CapDef(
identifier="SetName",
name="draft/setname",
url="https://github.com/ircv3/ircv3-specifications/pull/361",
standard="proposed IRCv3",
),
CapDef(
identifier="STS",
name="sts",