From 454d3ccada8feffbaf9c96ebb9c1498571c247f0 Mon Sep 17 00:00:00 2001 From: Carl Kittelberger Date: Sun, 12 Jun 2016 01:32:13 +0200 Subject: [PATCH] Fix typo. --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 8688c08..9c541ff 100644 --- a/main.go +++ b/main.go @@ -161,7 +161,7 @@ func main() { time.Sleep(1 * time.Second) conn.Privmsgf(targetChannel, "Thanks for inviting me, %s! I am %s, the friendly bot that shows information about links posted in this channel. I hope I can be of great help for everyone here in %s! :)", sourceNick, conn.GetNick(), targetChannel) time.Sleep(2 * time.Second) - conn.Privmsg(targetChannel, "If you ever run into trouble with me (or find any bugs), please us the channel #MediaLink for contact on this IRC.") + conn.Privmsg(targetChannel, "If you ever run into trouble with me (or find any bugs), please use the channel #MediaLink for contact on this IRC.") break joinWaitLoop } case channel := <-inviteChan: