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
1 changed files with 1 additions and 1 deletions

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()