Changeset 403 in code for trunk/upstream.go


Ignore:
Timestamp:
Aug 20, 2020, 7:15:47 AM (5 years ago)
Author:
hubert
Message:

Fix marshalling of channel name in RPL_CREATIONTIME

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/upstream.go

    r402 r403  
    971971                                        Prefix:  dc.srv.prefix(),
    972972                                        Command: rpl_creationtime,
    973                                         Params:  []string{dc.nick, channel, creationTime},
     973                                        Params:  []string{dc.nick, dc.marshalEntity(uc.network, ch.Name), creationTime},
    974974                                })
    975975                        })
Note: See TracChangeset for help on using the changeset viewer.