Changeset 343 in code for trunk/upstream.go
- Timestamp:
- Jun 29, 2020, 4:09:48 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/upstream.go
r342 r343 1338 1338 case irc.ERR_PASSWDMISMATCH, irc.ERR_ERRONEUSNICKNAME, irc.ERR_NICKNAMEINUSE, irc.ERR_NICKCOLLISION, irc.ERR_UNAVAILRESOURCE: 1339 1339 if !uc.registered { 1340 return fmt.Errorf("registration failed: %v", msg.Params[len(msg.Params) -1])1340 return fmt.Errorf("registration failed: %v", msg.Params[len(msg.Params)-1]) 1341 1341 } 1342 1342 fallthrough
Note:
See TracChangeset
for help on using the changeset viewer.