forked from External/ergo
fix #307
This commit is contained in:
parent
50dc265e4d
commit
bd40b46639
5 changed files with 223 additions and 138 deletions
|
|
@ -1298,6 +1298,7 @@ func (config *Config) generateISupport() (err error) {
|
|||
if config.Extjwt.Default.Enabled() || len(config.Extjwt.Services) != 0 {
|
||||
isupport.Add("EXTJWT", "1")
|
||||
}
|
||||
isupport.Add("EXTBAN", ",m")
|
||||
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