Pass-through the BOT ISUPPORT token

References: https://github.com/ircv3/ircv3-specifications/pull/439
This commit is contained in:
Simon Ser 2021-05-24 11:41:04 +02:00
parent 314da0ab3e
commit 68463d3e8b

View file

@ -87,6 +87,7 @@ var needAllDownstreamCaps = map[string]string{
// This is only effective in single-upstream mode.
var passthroughIsupport = map[string]bool{
"AWAYLEN": true,
"BOT": true,
"CHANLIMIT": true,
"CHANMODES": true,
"CHANNELLEN": true,