forked from External/ergo
Merge pull request 'sync' (#1) from External/ergo:master into master
Reviewed-on: #1
This commit is contained in:
commit
d26235e9a9
20 changed files with 110 additions and 41 deletions
|
|
@ -1664,6 +1664,7 @@ func (config *Config) generateISupport() (err error) {
|
|||
isupport.Add("RPCHAN", "E")
|
||||
isupport.Add("RPUSER", "E")
|
||||
}
|
||||
isupport.Add("SAFELIST", "")
|
||||
isupport.Add("STATUSMSG", "~&@%+")
|
||||
isupport.Add("TARGMAX", fmt.Sprintf("NAMES:1,LIST:1,KICK:,WHOIS:1,USERHOST:10,PRIVMSG:%s,TAGMSG:%s,NOTICE:%s,MONITOR:%d", maxTargetsString, maxTargetsString, maxTargetsString, config.Limits.MonitorEntries))
|
||||
isupport.Add("TOPICLEN", strconv.Itoa(config.Limits.TopicLen))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue