mirror of
https://github.com/chatty/chatty.github.io.git
synced 2024-11-08 12:02:28 +01:00
Added channel test form
This commit is contained in:
parent
6b03e34314
commit
d40b234ab8
@ -145,6 +145,12 @@ function loaded() {
|
||||
<li><a href="https://www.reddit.com/r/Twitch/comments/4a4azf/updating_chatty_for_aws_cluster/">Reddit Post on how to connect Chatty to new/old servers</a></li>
|
||||
<li><a href="https://discuss.dev.twitch.tv/t/psa-chat-servers-are-going-to-migrate-to-aws-ec2-servers/4877">Twitch Dev Forum Thread on this topic</a></li>
|
||||
</ul>
|
||||
<p>You can test on which servers a specific channel currently is. Enter the Channel Name and click on "Submit". At the start of the page that opens it says <code>cluster": "main"</code> (old servers) or <code>cluster": "aws"</code> (new servers).</p>
|
||||
<form action="http://tmi.twitch.tv/servers" method="get">
|
||||
<label for="channel">Channel Name:</label>
|
||||
<input type="text" id="channel" name="channel" />
|
||||
<input type="submit" value="Submit" />
|
||||
</form>
|
||||
</div>
|
||||
|
||||
<p style="clear:both;">Chatty is a Twitch chat client for everyone who wants to try something new and different from the webchat, but doesn't want the complexity of an IRC client or miss out on the Twitch specific features.</p>
|
||||
|
Loading…
Reference in New Issue
Block a user