Changeset 550 in code for trunk


Ignore:
Timestamp:
Jun 4, 2021, 9:27:59 AM (4 years ago)
Author:
contact
Message:

Prune detached channels from CHATHISTORY TARGETS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/downstream.go

    r549 r550  
    21162116
    21172117                        for _, target := range targets {
     2118                                if ch := uc.network.channels.Value(target.Name); ch != nil && ch.Detached {
     2119                                        continue
     2120                                }
     2121
    21182122                                dc.SendMessage(&irc.Message{
    21192123                                        Tags:    irc.Tags{"batch": irc.TagValue(batchRef)},
Note: See TracChangeset for help on using the changeset viewer.