Skip to content

Commit

Permalink
Pass-through the BOT ISUPPORT token
Browse files Browse the repository at this point in the history
  • Loading branch information
emersion committed May 24, 2021
1 parent 314da0a commit 68463d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions downstream.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 68463d3

Please sign in to comment.