Add support for draft/extended-monitor
References: https://github.com/ircv3/ircv3-specifications/pull/466
This commit is contained in:
parent
5d46dd72a4
commit
840d142f1c
@ -205,6 +205,8 @@ var needAllDownstreamCaps = map[string]string{
|
|||||||
"away-notify": "",
|
"away-notify": "",
|
||||||
"extended-join": "",
|
"extended-join": "",
|
||||||
"multi-prefix": "",
|
"multi-prefix": "",
|
||||||
|
|
||||||
|
"draft/extended-monitor": "",
|
||||||
}
|
}
|
||||||
|
|
||||||
// passthroughIsupport is the set of ISUPPORT tokens that are directly passed
|
// passthroughIsupport is the set of ISUPPORT tokens that are directly passed
|
||||||
|
@ -32,6 +32,8 @@ var permanentUpstreamCaps = map[string]bool{
|
|||||||
"multi-prefix": true,
|
"multi-prefix": true,
|
||||||
"server-time": true,
|
"server-time": true,
|
||||||
"setname": true,
|
"setname": true,
|
||||||
|
|
||||||
|
"draft/extended-monitor": true,
|
||||||
}
|
}
|
||||||
|
|
||||||
type registrationError string
|
type registrationError string
|
||||||
|
Loading…
Reference in New Issue
Block a user