Changeset 722 in code for trunk/user.go


Ignore:
Timestamp:
Nov 19, 2021, 6:21:48 PM (4 years ago)
Author:
contact
Message:

Use RPL_LOGGEDIN/OUT to mirror upstream status

This will allow clients to properly show/hide UI to login and
register.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/user.go

    r710 r722  
    542542                                dc.updateNick()
    543543                                dc.updateRealname()
     544                                dc.updateAccount()
    544545                        })
    545546                        u.forEachDownstream(func(dc *downstreamConn) {
Note: See TracChangeset for help on using the changeset viewer.