mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
Fix link to the "connecting to the Twitch IRC server" guide (#4293)
This commit is contained in:
parent
e19cd1911b
commit
c0f0a7e555
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue