This commit is contained in:
Simon Ser 2020-03-17 16:17:39 +01:00
parent dc26908466
commit 0db032d267
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48

View file

@ -909,7 +909,7 @@ func (dc *downstreamConn) handleMessageRegistered(msg *irc.Message) error {
Name: uc.nick,
User: uc.username,
},
Command: "PRIMSG",
Command: "PRIVMSG",
Params: []string{upstreamName, text},
}
dc.lock.Lock()