Changeset 616 in code for trunk


Ignore:
Timestamp:
Oct 10, 2021, 10:05:40 AM (4 years ago)
Author:
hubert
Message:

Dismiss TAGMSGs directed to BouncerServ

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/downstream.go

    r609 r616  
    20492049
    20502050                for _, name := range strings.Split(targetsStr, ",") {
     2051                        if casemapASCII(name) == serviceNickCM {
     2052                                continue
     2053                        }
     2054
    20512055                        uc, upstreamName, err := dc.unmarshalEntity(name)
    20522056                        if err != nil {
Note: See TracChangeset for help on using the changeset viewer.