Changeset 512 in code for trunk/downstream.go


Ignore:
Timestamp:
Apr 30, 2021, 10:17:23 AM (4 years ago)
Author:
hubert
Message:

Don't directly reply to network-specific NICK

The NICK must only apply to the specific network, not to the downstream
connection.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/downstream.go

    r511 r512  
    12021202                })
    12031203
    1204                 if dc.upstream() == nil && dc.nick != nick {
     1204                if dc.upstream() == nil && upstream == nil && dc.nick != nick {
    12051205                        dc.SendMessage(&irc.Message{
    12061206                                Prefix:  dc.prefix(),
Note: See TracChangeset for help on using the changeset viewer.