diff --git a/downstream.go b/downstream.go index 11c614a..2b2fdb2 100644 --- a/downstream.go +++ b/downstream.go @@ -1984,7 +1984,12 @@ func (dc *downstreamConn) handleMessageRegistered(msg *irc.Message) error { } if dc.network == nil && casemapASCII(name) == dc.nickCM { - dc.SendMessage(msg) + dc.SendMessage(&irc.Message{ + Tags: msg.Tags.Copy(), + Prefix: dc.prefix(), + Command: msg.Command, + Params: []string{name, text}, + }) continue }