Pass-through the BOT ISUPPORT token
References: https://github.com/ircv3/ircv3-specifications/pull/439
This commit is contained in:
parent
314da0ab3e
commit
68463d3e8b
@ -87,6 +87,7 @@ var needAllDownstreamCaps = map[string]string{
|
|||||||
// This is only effective in single-upstream mode.
|
// This is only effective in single-upstream mode.
|
||||||
var passthroughIsupport = map[string]bool{
|
var passthroughIsupport = map[string]bool{
|
||||||
"AWAYLEN": true,
|
"AWAYLEN": true,
|
||||||
|
"BOT": true,
|
||||||
"CHANLIMIT": true,
|
"CHANLIMIT": true,
|
||||||
"CHANMODES": true,
|
"CHANMODES": true,
|
||||||
"CHANNELLEN": true,
|
"CHANNELLEN": true,
|
||||||
|
Loading…
Reference in New Issue
Block a user