Changeset 505 in code for trunk/upstream.go


Ignore:
Timestamp:
Apr 20, 2021, 2:17:28 PM (4 years ago)
Author:
hubert
Message:

Drop TAGMSG in detached channels

  • Do not relay TAGMSG as notices,
  • Do not reattach when a TAGMSG is received,
  • Do not reset the detach timer when a TAGMSG is received.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/upstream.go

    r502 r505  
    390390
    391391                        ch := uc.network.channels.Value(target)
    392                         if ch != nil {
     392                        if ch != nil && msg.Command != "TAGMSG" {
    393393                                if ch.Detached {
    394394                                        uc.handleDetachedMessage(ch, msg)
Note: See TracChangeset for help on using the changeset viewer.