Changeset 235 in code for trunk/upstream.go


Ignore:
Timestamp:
Apr 6, 2020, 4:49:39 PM (5 years ago)
Author:
contact
Message:

Log TOPIC messages

See [1].

[1]: https://github.com/znc/znc/blob/82c4ad8362c6b2f4406770c54a5e10a40fdba548/modules/log.cpp#L486

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/upstream.go

    r231 r235  
    746746                        ch.Topic = ""
    747747                }
     748                uc.appendLog(ch.Name, msg)
    748749                uc.forEachDownstream(func(dc *downstreamConn) {
    749750                        params := []string{dc.marshalChannel(uc, name)}
Note: See TracChangeset for help on using the changeset viewer.