Fix link to the "connecting to the Twitch IRC server" guide (#4293)

This commit is contained in:
pajlada 2023-01-08 12:45:24 +01:00 committed by GitHub
parent e19cd1911b
commit c0f0a7e555
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -116,7 +116,7 @@ void TwitchIrcServer::initializeConnection(IrcConnection *connection,
connection->setPassword(oauthToken);
}
// https://dev.twitch.tv/docs/irc/guide/#connecting-to-twitch-irc
// https://dev.twitch.tv/docs/irc#connecting-to-the-twitch-irc-server
// SSL disabled: irc://irc.chat.twitch.tv:6667 (or port 80)
// SSL enabled: irc://irc.chat.twitch.tv:6697 (or port 443)
connection->setHost(Env::get().twitchServerHost);