Changeset 27 in code for trunk/upstream.go
- Timestamp:
- Feb 6, 2020, 9:19:31 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/upstream.go
r25 r27 169 169 170 170 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() 171 177 case irc.RPL_YOURHOST, irc.RPL_CREATED: 172 178 // Ignore
Note:
See TracChangeset
for help on using the changeset viewer.