This commit is contained in:
Hri7566 2023-04-16 07:24:15 -04:00
parent d05ee1beb4
commit f45f77a9ed
2 changed files with 33 additions and 4 deletions

View File

@ -5,7 +5,7 @@ let hd = new Holidays();
hd.init("US"); hd.init("US");
let dayOfTheWeekMOTD = [ let dayOfTheWeekMOTD = [
"Happy Sunday!", "Happy Sunday! (this message no longer only appears on Sunday)",
"You can chat with that thing.", "You can chat with that thing.",
"I'm tired...", "I'm tired...",
"Don't forget to bring a towel!", "Don't forget to bring a towel!",
@ -13,7 +13,36 @@ let dayOfTheWeekMOTD = [
"Everyone loves a potato monkey!", "Everyone loves a potato monkey!",
"Dear Mario: Please come to the castle. I've baked a cake for you. Yours truly-- Princess Toadstool", "Dear Mario: Please come to the castle. I've baked a cake for you. Yours truly-- Princess Toadstool",
"The MotD generator is broken. Come back tomorrow.", "The MotD generator is broken. Come back tomorrow.",
"There's an earthbound battle background script in my frontend files." "There's an earthbound battle background script in my frontend files.",
"Lapis doesn't own this!",
"https://youtube.com/hri7566",
"The most Brandon-like MPP",
"\"penis\" - Lapis",
"\"I have an OnlyFans\" - Nitsua",
"Sola's favorite site",
"This site has the most admin features out of any MPP.",
"This site is older than MPPClone.",
"Brandon used to manually IP ban proxy lists from Google.",
"Who else thinks Frackin Universe is overrated?",
"Where is Fennece?",
"Cosmic lives on the Chromatic Ribbon.",
"Watch out for raining crowns!",
"Tuesday is fishing day. (Monday if the fishing bot is in Germany)",
"At the time of writing, Chris Pratt is overrated.",
"MYHOUSE.WAD",
"Ling Ling 40 Hours",
"Do your job and watch new Mental Outlaw videos",
"Amazon's AWS is way too overpriced and too time consuming",
"This server has Brandon's official chat regex, courtesy of chacha.",
"Neovim is better than vscode.",
"All hail Cosmic",
"You can chat with this thing.",
"Don't let Foonix fall asleep in call again.",
"Firebase is trash.",
"distant cat sounds",
"NOBODY EXPECTS THE SPANISH INQUISITION!",
"Who will Billy Mitchell sue next?",
"ayy lmao"
]; ];
class MOTDGenerator { class MOTDGenerator {

View File

@ -9,8 +9,8 @@ process.stdout.write(
); );
// var client = new Client("wss://www.multiplayerpiano.com"); // var client = new Client("wss://www.multiplayerpiano.com");
// var client = new Client("wss://mpp.hri7566.info:8443"); var client = new Client("wss://mpp.hri7566.info:8443");
var client = new Client("ws://127.0.0.1:8443"); // var client = new Client("ws://127.0.0.1:8443");
client.on("connect", function () { client.on("connect", function () {
console.log("connected"); console.log("connected");
}); });