mirror of
https://github.com/ergochat/ergo.git
synced 2025-12-20 10:10:08 -08:00
caps: Rename maxline cap
This commit is contained in:
parent
b2e5738f08
commit
e0519a6387
1 changed files with 2 additions and 2 deletions
|
|
@ -27,8 +27,8 @@ const (
|
||||||
InviteNotify Capability = "invite-notify"
|
InviteNotify Capability = "invite-notify"
|
||||||
// LabeledResponse is this draft IRCv3 capability: http://ircv3.net/specs/extensions/labeled-response.html
|
// LabeledResponse is this draft IRCv3 capability: http://ircv3.net/specs/extensions/labeled-response.html
|
||||||
LabeledResponse Capability = "draft/labeled-response"
|
LabeledResponse Capability = "draft/labeled-response"
|
||||||
// MaxLine is this proposed capability: https://github.com/DanielOaks/ircv3-specifications/blob/master+line-lengths/extensions/line-lengths.md
|
// MaxLine is this capability: https://oragono.io/maxline
|
||||||
MaxLine Capability = "draft/maxline"
|
MaxLine Capability = "oragono.io/maxline"
|
||||||
// MessageTags is this draft IRCv3 capability: http://ircv3.net/specs/core/message-tags-3.3.html
|
// MessageTags is this draft IRCv3 capability: http://ircv3.net/specs/core/message-tags-3.3.html
|
||||||
MessageTags Capability = "draft/message-tags-0.2"
|
MessageTags Capability = "draft/message-tags-0.2"
|
||||||
// MultiPrefix is this IRCv3 capability: http://ircv3.net/specs/extensions/multi-prefix-3.1.html
|
// MultiPrefix is this IRCv3 capability: http://ircv3.net/specs/extensions/multi-prefix-3.1.html
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue