forked from External/ergo
draft/sts -> sts
This commit is contained in:
parent
1324c5ff83
commit
ef25b5b5c7
1 changed files with 2 additions and 2 deletions
|
|
@ -39,8 +39,8 @@ const (
|
||||||
SASL Capability = "sasl"
|
SASL Capability = "sasl"
|
||||||
// ServerTime is this IRCv3 capability: http://ircv3.net/specs/extensions/server-time-3.2.html
|
// ServerTime is this IRCv3 capability: http://ircv3.net/specs/extensions/server-time-3.2.html
|
||||||
ServerTime Capability = "server-time"
|
ServerTime Capability = "server-time"
|
||||||
// STS is this draft IRCv3 capability: http://ircv3.net/specs/core/sts-3.3.html
|
// STS is this IRCv3 capability: http://ircv3.net/specs/extensions/sts.html
|
||||||
STS Capability = "draft/sts"
|
STS Capability = "sts"
|
||||||
// UserhostInNames is this IRCv3 capability: http://ircv3.net/specs/extensions/userhost-in-names-3.2.html
|
// UserhostInNames is this IRCv3 capability: http://ircv3.net/specs/extensions/userhost-in-names-3.2.html
|
||||||
UserhostInNames Capability = "userhost-in-names"
|
UserhostInNames Capability = "userhost-in-names"
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue