Changeset 777 in code for trunk/upstream.go
- Timestamp:
- Feb 8, 2022, 3:38:34 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/upstream.go
r776 r777 1917 1917 } 1918 1918 1919 func (uc *upstreamConn) register() { 1920 ctx := context.TODO() 1921 1919 func (uc *upstreamConn) register(ctx context.Context) { 1922 1920 uc.nick = GetNick(&uc.user.User, &uc.network.Network) 1923 1921 uc.nickCM = uc.network.casemap(uc.nick)
Note:
See TracChangeset
for help on using the changeset viewer.