diff --git a/downstream.go b/downstream.go index 39ecd6e..649fc66 100644 --- a/downstream.go +++ b/downstream.go @@ -2181,11 +2181,8 @@ func (dc *downstreamConn) handleMessageRegistered(msg *irc.Message) error { echoTags["account"] = irc.TagValue(uc.account) } echoMsg := &irc.Message{ - Tags: echoTags, - Prefix: &irc.Prefix{ - Name: uc.nick, - User: uc.username, - }, + Tags: echoTags, + Prefix: &irc.Prefix{Name: uc.nick}, Command: msg.Command, Params: []string{upstreamName, text}, }