diff --git a/play.pokemonshowdown.com/index.template.html b/play.pokemonshowdown.com/index.template.html
index 8dc43862b..b830c2a6e 100644
--- a/play.pokemonshowdown.com/index.template.html
+++ b/play.pokemonshowdown.com/index.template.html
@@ -96,6 +96,7 @@ https://psim.us/dev
LM.innerHTML += ' DONE
Loading client...';
+
@@ -130,7 +131,5 @@ https://psim.us/dev
-
-
diff --git a/play.pokemonshowdown.com/js/client-chat.js b/play.pokemonshowdown.com/js/client-chat.js
index f00794d50..7a07b3e39 100644
--- a/play.pokemonshowdown.com/js/client-chat.js
+++ b/play.pokemonshowdown.com/js/client-chat.js
@@ -1070,6 +1070,10 @@
});
return false;
+ case 'resources':
+ app.joinRoom('resources');
+ return false;
+
case 'buttonmute':
if (this.checkBroadcast(cmd, text)) return false;
var self = this;