1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-08-02 07:58:31 +00:00

Update to the new twitch chat server addres

This commit is contained in:
Kane York 2016-04-01 19:15:34 -07:00
parent 189965c967
commit 8b8bfe8ff2

View file

@ -113,7 +113,7 @@ func ircConnection() {
submitAuth(submittedUser, submittedChallenge)
})
err := c.ConnectTo("irc.twitch.tv")
err := c.ConnectTo("irc.chat.twitch.tv")
if err != nil {
log.Fatalln("Cannot connect to IRC:", err)
}