Changeset 650 in code for trunk


Ignore:
Timestamp:
Oct 18, 2021, 7:08:52 AM (4 years ago)
Author:
contact
Message:

Remove incorrect AWAY TODO in downstreamConn.SendMessage

PRIVMSG/NOTICE get RPL_AWAY, not AWAY.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/downstream.go

    r649 r650  
    412412        }
    413413        if msg.Command == "AWAY" && !dc.caps["away-notify"] {
    414                 // TODO: we can send AWAY if we just sent a PRIVMSG/NOTICE to this user
    415414                return
    416415        }
Note: See TracChangeset for help on using the changeset viewer.