1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-08-21 05:20:54 +00:00

3.5.169. Oops. Haven't commited in a while :< Did... stuff? And things.

This commit is contained in:
SirStendec 2016-05-06 02:23:12 -04:00
parent 4086a2e9fd
commit 8056463bbe
28 changed files with 908 additions and 508 deletions

View file

@ -15,6 +15,8 @@ module.exports = FrankerFaceZ.constants = {
DEBUG: DEBUG,
SERVER: SERVER,
IS_OSX: navigator.platform ? navigator.platform.indexOf('Mac') !== -1 : /OS X/.test(navigator.userAgent),
// Twitch Client ID for API Stuff
CLIENT_ID: "a3bc9znoz6vi8ozsoca0inlcr4fcvkl",
@ -22,11 +24,11 @@ module.exports = FrankerFaceZ.constants = {
WS_SERVER_POOLS: {
1: [
["wss://catbag.frankerfacez.com/", 0.5],
["wss://catbag.frankerfacez.com/", 0.25],
["wss://andknuckles.frankerfacez.com/", 1],
["wss://tuturu.frankerfacez.com/", 1]],
2: [
["ws://localhost:8001/", 1]]
["wss://localhost:8001/", 1]]
},
CHAT_COLORS: ["#FF0000", "#0000FF", "#008000", "#B22222", "#FF7F50", "#9ACD32", "#FF4500", "#2E8B57", "#DAA520", "#D2691E", "#5F9EA0", "#1E90FF", "#FF69B4", "#8A2BE2", "#00FF7F"],