Changeset 27 in code for trunk/upstream.go


Ignore:
Timestamp:
Feb 6, 2020, 9:19:31 PM (5 years ago)
Author:
contact
Message:

Forward channel information

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/upstream.go

    r25 r27  
    169169
    170170                ch.complete = true
     171
     172                c.srv.lock.Lock()
     173                for _, dc := range c.srv.downstreamConns {
     174                        forwardChannel(dc, ch)
     175                }
     176                c.srv.lock.Unlock()
    171177        case irc.RPL_YOURHOST, irc.RPL_CREATED:
    172178                // Ignore
Note: See TracChangeset for help on using the changeset viewer.