Skip to content

Commit f3e24c7

Browse files
authored
Merge pull request #2223 from slingamn/saferate
add SAFERATE to 005
2 parents 4ced4ef + 23b65e2 commit f3e24c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

irc/config.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1696,6 +1696,7 @@ func (config *Config) generateISupport() (err error) {
16961696
isupport.Add("RPUSER", "E")
16971697
}
16981698
isupport.Add("SAFELIST", "")
1699+
isupport.Add("SAFERATE", "")
16991700
isupport.Add("STATUSMSG", "~&@%+")
17001701
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))
17011702
isupport.Add("TOPICLEN", strconv.Itoa(config.Limits.TopicLen))

0 commit comments

Comments
 (0)