Skip to content

Commit

Permalink
Move both irc channels to libera.chat, and direct both to #magicjudge…
Browse files Browse the repository at this point in the history
…s-rules per regulars' request
  • Loading branch information
dcollinsn committed May 27, 2021
1 parent 05a782b commit b80193b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion mtgjudge/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@
return names[getRandomNumber(names.length)] + getRandomNumber(20).toString();
}

var chatURL = "https://webchat.freenode.net?nick=" + getRandomName() + "&channels=%23magicjudges-policy";
// var chatURL = "https://webchat.freenode.net?nick=" + getRandomName() + "&channels=%23magicjudges-policy";
var chatURL = "https://kiwiirc.com/nextclient/irc.libera.chat?nick=" + getRandomName() + "#magicjudges-rules";
</script>
</head>

Expand Down
5 changes: 3 additions & 2 deletions mtgrules/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@
return names[getRandomNumber(names.length)] + getRandomNumber(20).toString();
}

var chatURL = "https://webchat.freenode.net?nick=" + getRandomName() + "&channels=%23magicjudges-rules";
// var chatURL = "https://webchat.freenode.net?nick=" + getRandomName() + "&channels=%23magicjudges-rules";
var chatURL = "https://kiwiirc.com/nextclient/irc.libera.chat?nick=" + getRandomName() + "#magicjudges-rules";
</script>
</head>

Expand All @@ -52,7 +53,7 @@
24/7 Magic the Gathering Rules Q&A Chat with Magic Judges
</div>
<div id="menu" class="rightpadding">
This channel is for rules questions. See the <a href="http://chat.magicjudges.org/mtgjudge/">Policy Chat</a> for policy questions. <a target="_blank" href="https://blogs.magicjudges.org/o/judge-program-structure/communication-channels/irc-mtgrules-faq/">Channel FAQ</a>
<!-- This channel is for rules questions. See the <a href="http://chat.magicjudges.org/mtgjudge/">Policy Chat</a> for policy questions. <a target="_blank" href="https://blogs.magicjudges.org/o/judge-program-structure/communication-channels/irc-mtgrules-faq/">Channel FAQ</a> -->
<span class="mobile-links">
<br />
<a target="_blank" href="https://blogs.magicjudges.org/rulestips/">Rules Tips Blog</a> |
Expand Down

0 comments on commit b80193b

Please sign in to comment.