Changeset 660 in code for trunk/upstream.go
- Timestamp:
- Nov 2, 2021, 5:25:43 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/upstream.go
r655 r660 1453 1453 case irc.RPL_YOURHOST, irc.RPL_CREATED: 1454 1454 // Ignore 1455 case rpl_whospcrpl: 1456 // Not supported in multi-upstream mode, forward as-is 1457 uc.forEachDownstream(func(dc *downstreamConn) { 1458 dc.SendMessage(msg) 1459 }) 1455 1460 case irc.RPL_LUSERCLIENT, irc.RPL_LUSEROP, irc.RPL_LUSERUNKNOWN, irc.RPL_LUSERCHANNELS, irc.RPL_LUSERME: 1456 1461 fallthrough
Note:
See TracChangeset
for help on using the changeset viewer.