forked from External/ergo
Merge pull request 'sync' (#1) from External/ergo:master into master
Reviewed-on: #1
This commit is contained in:
commit
d26235e9a9
20 changed files with 110 additions and 41 deletions
|
|
@ -53,6 +53,10 @@ const (
|
|||
// https://github.com/ircv3/ircv3-specifications/pull/362
|
||||
EventPlayback Capability = iota
|
||||
|
||||
// ExtendedISupport is the proposed IRCv3 capability named "draft/extended-isupport":
|
||||
// https://github.com/ircv3/ircv3-specifications/pull/543
|
||||
ExtendedISupport Capability = iota
|
||||
|
||||
// Languages is the proposed IRCv3 capability named "draft/languages":
|
||||
// https://gist.github.com/DanielOaks/8126122f74b26012a3de37db80e4e0c6
|
||||
Languages Capability = iota
|
||||
|
|
@ -165,6 +169,7 @@ var (
|
|||
"draft/channel-rename",
|
||||
"draft/chathistory",
|
||||
"draft/event-playback",
|
||||
"draft/extended-isupport",
|
||||
"draft/languages",
|
||||
"draft/message-redaction",
|
||||
"draft/multiline",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue