1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-06-27 21:05:53 +00:00

* Update the known servers in socketserver.

* Update the icon font to include a YouTube icon.
This commit is contained in:
SirStendec 2019-08-07 12:29:41 -04:00
parent 3583dd8fe7
commit deecf078db
8 changed files with 9 additions and 0 deletions

View file

@ -15,6 +15,9 @@ var SERVERS = []string{
"https://catbag.frankerfacez.com",
"https://andknuckles.frankerfacez.com",
"https://tuturu.frankerfacez.com",
"https://yoohoo.frankerfacez.com",
"https://lilz.frankerfacez.com",
"https://pog.frankerfacez.com"
}
const folderPrefix = "/hll/"

View file

@ -95,6 +95,9 @@ var ServerNames = []string{
"catbag",
"andknuckles",
"tuturu",
"lilz",
"yoohoo",
"pog"
}
var httpClient http.Client