mirror of
https://github.com/ergochat/ergo.git
synced 2025-12-20 10:10:08 -08:00
Merge pull request #1612 from slingamn/forward_mode
publish the FORWARD 005 token
This commit is contained in:
commit
a0a4ab4e17
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