From ccea231479e0ddbe6ddfd2541b43aab527310cfc Mon Sep 17 00:00:00 2001 From: blackbeard420 Date: Mon, 6 Jan 2020 20:04:11 -0500 Subject: [PATCH] shithead --- irc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/irc.go b/irc.go index 57036f5..214d6a8 100644 --- a/irc.go +++ b/irc.go @@ -128,7 +128,7 @@ func (c *Connection) updateNicks(channel string, names []string) { for _, i := range names { if !hasNick(i, c.userList[channel]) { c.userList[channel] = append(c.userList[channel], i) - log.Printf("added nick: %s to channel %s\n", channel, i) + log.Printf("added nick: %s to channel %s\n", i, channel) } } }