forked from External/ergo
publish the FORWARD 005 token
This commit is contained in:
parent
639817f014
commit
8dd12b0693
1 changed files with 1 additions and 0 deletions
|
|
@ -1530,6 +1530,7 @@ func (config *Config) generateISupport() (err error) {
|
|||
isupport.Add("EXTJWT", "1")
|
||||
}
|
||||
isupport.Add("EXTBAN", ",m")
|
||||
isupport.Add("FORWARD", "f")
|
||||
isupport.Add("INVEX", "")
|
||||
isupport.Add("KICKLEN", strconv.Itoa(config.Limits.KickLen))
|
||||
isupport.Add("MAXLIST", fmt.Sprintf("beI:%s", strconv.Itoa(config.Limits.ChanListModes)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue