update cmpc uri

This commit is contained in:
Lamp 2018-11-26 13:16:39 -08:00 committed by GitHub
parent 38005f1e8e
commit c9d9de5df0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ global.createMPPbridge = function createMPPbridge(room, DiscordChannelID, site =
site == "WOPP" ? new Client("ws://ourworldofpixels.com:1234") :
site == "MPT" ? new Client("wss://ts.terrium.net:8443") :
site == "VFDP" ? new Client("ws://www.visualfiredev.com:8080") :
site == "CMPC" ? new Client("ws://hero.meowbin.com:16562") :
site == "CMPC" ? new Client("ws://charsy.meowbin.com:16562") :
undefined;
if (!gClient) return console.error(`Invalid site ${site}`);
gClient.setChannel(/*(site == "MPP" && room == "lobby") ? "lolwutsecretlobbybackdoor" : */room);