Pass-through the BOT ISUPPORT token

References: https://github.com/ircv3/ircv3-specifications/pull/439

git-svn-id: file:///srv/svn/repo/suika/trunk@528 f0ae65fe-ee39-954e-97ec-027ff2717ef4
This commit is contained in:
contact 2021-05-24 09:41:04 +00:00
parent b6b214e5e8
commit d5ca492750

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,