Fix marshalling of channel name in RPL_CREATIONTIME
This commit is contained in:
parent
e523deb15c
commit
d957493348
@ -970,7 +970,7 @@ func (uc *upstreamConn) handleMessage(msg *irc.Message) error {
|
|||||||
dc.SendMessage(&irc.Message{
|
dc.SendMessage(&irc.Message{
|
||||||
Prefix: dc.srv.prefix(),
|
Prefix: dc.srv.prefix(),
|
||||||
Command: rpl_creationtime,
|
Command: rpl_creationtime,
|
||||||
Params: []string{dc.nick, channel, creationTime},
|
Params: []string{dc.nick, dc.marshalEntity(uc.network, ch.Name), creationTime},
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user