Changeset 536 in code for trunk/user.go


Ignore:
Timestamp:
May 25, 2021, 2:42:51 PM (4 years ago)
Author:
contact
Message:

Don't send connection status NOTICEs with bouncer-networks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/user.go

    r535 r536  
    525525                                                Params:  []string{"NETWORK", netIDStr, "status=connected"},
    526526                                        })
    527                                 } else {
     527                                } else if !dc.caps["soju.im/bouncer-networks"] {
    528528                                        sendServiceNOTICE(dc, fmt.Sprintf("connected to %s", uc.network.GetName()))
    529529                                }
Note: See TracChangeset for help on using the changeset viewer.