mirror of
https://github.com/ergochat/ergo.git
synced 2025-12-20 02:00:11 -08:00
Draft implementation of draft/setname
This commit is contained in:
parent
d804dddda5
commit
53ed368701
6 changed files with 43 additions and 2 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue