IRCv3 message-tags
has been ratified
This commit is contained in:
parent
81d82413d4
commit
ebd02dbfa9
1 changed files with 3 additions and 2 deletions
|
@ -6,8 +6,9 @@ RE_MODES = re.compile(r"[-+]\w+")
|
||||||
|
|
||||||
CAPABILITIES = {"multi-prefix", "chghost", "invite-notify", "account-tag",
|
CAPABILITIES = {"multi-prefix", "chghost", "invite-notify", "account-tag",
|
||||||
"account-notify", "extended-join", "away-notify", "userhost-in-names",
|
"account-notify", "extended-join", "away-notify", "userhost-in-names",
|
||||||
"draft/message-tags-0.2", "server-time", "cap-notify", "batch",
|
"draft/message-tags-0.2", "message-tags", "server-time", "cap-notify",
|
||||||
"draft/labeled-response", "draft/rename", "echo-message", "draft/setname"}
|
"batch", "draft/labeled-response", "draft/rename", "echo-message",
|
||||||
|
"draft/setname"}
|
||||||
|
|
||||||
LABELED_BATCH = {
|
LABELED_BATCH = {
|
||||||
"labeled-response": "label",
|
"labeled-response": "label",
|
||||||
|
|
Loading…
Reference in a new issue