Changeset 343 in code for trunk/upstream.go


Ignore:
Timestamp:
Jun 29, 2020, 4:09:48 PM (5 years ago)
Author:
contact
Message:

Reply to WHO BouncerServ

Closes: https://todo.sr.ht/~emersion/soju/75

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/upstream.go

    r342 r343  
    13381338        case irc.ERR_PASSWDMISMATCH, irc.ERR_ERRONEUSNICKNAME, irc.ERR_NICKNAMEINUSE, irc.ERR_NICKCOLLISION, irc.ERR_UNAVAILRESOURCE:
    13391339                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])
    13411341                }
    13421342                fallthrough
Note: See TracChangeset for help on using the changeset viewer.