Added channel test form

This commit is contained in:
tduva 2016-03-13 16:23:18 +01:00
parent 6b03e34314
commit d40b234ab8

View File

@ -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":&nbsp;"main"</code> (old servers) or <code>cluster":&nbsp;"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>