Skip to content

Commit b80193b

Browse files
committed
Move both irc channels to libera.chat, and direct both to #magicjudges-rules per regulars' request
1 parent 05a782b commit b80193b

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

mtgjudge/index.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@
3737
return names[getRandomNumber(names.length)] + getRandomNumber(20).toString();
3838
}
3939

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

mtgrules/index.html

+3-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@
3636
return names[getRandomNumber(names.length)] + getRandomNumber(20).toString();
3737
}
3838

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

@@ -52,7 +53,7 @@
5253
24/7 Magic the Gathering Rules Q&A Chat with Magic Judges
5354
</div>
5455
<div id="menu" class="rightpadding">
55-
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>
56+
<!-- 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> -->
5657
<span class="mobile-links">
5758
<br />
5859
<a target="_blank" href="https://blogs.magicjudges.org/rulestips/">Rules Tips Blog</a> |

0 commit comments

Comments
 (0)