Changeset 586 in code
- Timestamp:
- Sep 13, 2021, 9:36:25 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/downstream.go
r585 r586 2099 2099 } 2100 2100 2101 // We don't save history for our service 2102 if casemapASCII(target) == serviceNickCM { 2103 dc.SendBatch("chathistory", []string{target}, nil, func(batchRef irc.TagValue) {}) 2104 return nil 2105 } 2106 2101 2107 store, ok := dc.user.msgStore.(chatHistoryMessageStore) 2102 2108 if !ok {
Note:
See TracChangeset
for help on using the changeset viewer.