Changeset 342 in code for trunk/upstream.go
- Timestamp:
- Jun 29, 2020, 3:52:49 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/upstream.go
r338 r342 1336 1336 case irc.RPL_STATSVLINE, rpl_statsping, irc.RPL_STATSBLINE, irc.RPL_STATSDLINE: 1337 1337 // Ignore 1338 case irc.ERR_PASSWDMISMATCH, irc.ERR_ERRONEUSNICKNAME, irc.ERR_NICKNAMEINUSE, irc.ERR_NICKCOLLISION, irc.ERR_UNAVAILRESOURCE: 1339 if !uc.registered { 1340 return fmt.Errorf("registration failed: %v", msg.Params[len(msg.Params) - 1]) 1341 } 1342 fallthrough 1338 1343 default: 1339 1344 uc.logger.Printf("unhandled message: %v", msg)
Note:
See TracChangeset
for help on using the changeset viewer.