Use ratified extended-monitor cap name

References: https://github.com/ircv3/ircv3-specifications/pull/508
This commit is contained in:
Simon Ser 2022-11-06 20:36:33 +01:00
parent 90be9a8ab9
commit 6ad3dcc396
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ var permanentUpstreamCaps = map[string]bool{
"batch": true,
"chghost": true,
"extended-join": true,
"extended-monitor": true,
"invite-notify": true,
"labeled-response": true,
"message-tags": true,