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:
parent
189965c967
commit
8b8bfe8ff2
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue