Changeset 276 in code for trunk/user.go
- Timestamp:
- Apr 29, 2020, 5:34:44 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/user.go
r267 r276 256 256 257 257 uc.forEachDownstream(func(dc *downstreamConn) { 258 dc.updateSupportedCaps() 258 259 sendServiceNOTICE(dc, fmt.Sprintf("connected to %s", uc.network.GetName())) 259 260 }) … … 271 272 272 273 uc.endPendingLISTs(true) 274 275 uc.forEachDownstream(func(dc *downstreamConn) { 276 dc.updateSupportedCaps() 277 }) 273 278 274 279 if uc.network.lastError == nil { … … 315 320 uc.updateAway() 316 321 }) 322 323 dc.updateSupportedCaps() 317 324 case eventDownstreamDisconnected: 318 325 dc := e.dc
Note:
See TracChangeset
for help on using the changeset viewer.