Changeset 674 in code for trunk/upstream.go


Ignore:
Timestamp:
Nov 7, 2021, 5:33:59 PM (4 years ago)
Author:
contact
Message:

Fix upstream USER command when both username and nick are empty

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/upstream.go

    r666 r674  
    16741674        uc.nick = GetNick(&uc.user.User, &uc.network.Network)
    16751675        uc.nickCM = uc.network.casemap(uc.nick)
    1676         uc.username = uc.network.GetUsername()
     1676        uc.username = GetUsername(&uc.user.User, &uc.network.Network)
    16771677        uc.realname = GetRealname(&uc.user.User, &uc.network.Network)
    16781678
Note: See TracChangeset for help on using the changeset viewer.