- Timestamp:
- Nov 15, 2021, 8:30:04 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/downstream.go
r686 r688 2360 2360 } 2361 2361 case "TARGETS": 2362 if dc.network == nil { 2363 // Either an unbound bouncer network, in which case we should return no targets, 2364 // or a multi-upstream downstream, but we don't support CHATHISTORY TARGETS for those yet. 2365 dc.SendBatch("draft/chathistory-targets", nil, nil, func(batchRef irc.TagValue) {}) 2366 return nil 2367 } 2362 2368 if err := parseMessageParams(msg, nil, &boundsStr[0], &boundsStr[1], &limitStr); err != nil { 2363 2369 return err
Note:
See TracChangeset
for help on using the changeset viewer.