From 0db032d2673595175ca0ad1d48ffc350167d1525 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Tue, 17 Mar 2020 16:17:39 +0100 Subject: [PATCH] Fix typo --- downstream.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/downstream.go b/downstream.go index 409648b..81b1049 100644 --- a/downstream.go +++ b/downstream.go @@ -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()