Skip to content

Commit

Permalink
Merge pull request #2042 from slingamn/msgreftypes
Browse files Browse the repository at this point in the history
publish MSGREFTYPES 005 token
  • Loading branch information
slingamn committed Feb 5, 2023
2 parents abb38ce + fc89d72 commit 12f7796
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions irc/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -1605,6 +1605,7 @@ func (config *Config) generateISupport() (err error) {
isupport.Add("KICKLEN", strconv.Itoa(config.Limits.KickLen))
isupport.Add("MAXLIST", fmt.Sprintf("beI:%s", strconv.Itoa(config.Limits.ChanListModes)))
isupport.Add("MAXTARGETS", maxTargetsString)
isupport.Add("MSGREFTYPES", "msgid,timestamp")
isupport.Add("MODES", "")
isupport.Add("MONITOR", strconv.Itoa(config.Limits.MonitorEntries))
isupport.Add("NETWORK", config.Network.Name)
Expand Down

0 comments on commit 12f7796

Please sign in to comment.