diff --git a/src/MOTDGenerator.js b/src/MOTDGenerator.js index 363d35b..fa2137f 100644 --- a/src/MOTDGenerator.js +++ b/src/MOTDGenerator.js @@ -5,7 +5,7 @@ let hd = new Holidays(); hd.init("US"); let dayOfTheWeekMOTD = [ - "Happy Sunday!", + "Happy Sunday! (this message no longer only appears on Sunday)", "You can chat with that thing.", "I'm tired...", "Don't forget to bring a towel!", @@ -13,7 +13,36 @@ let dayOfTheWeekMOTD = [ "Everyone loves a potato monkey!", "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.", - "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 { diff --git a/src/scripts/ebbattle.js b/src/scripts/ebbattle.js index 384e3d4..35f838b 100644 --- a/src/scripts/ebbattle.js +++ b/src/scripts/ebbattle.js @@ -9,8 +9,8 @@ process.stdout.write( ); // var client = new Client("wss://www.multiplayerpiano.com"); -// var client = new Client("wss://mpp.hri7566.info:8443"); -var client = new Client("ws://127.0.0.1:8443"); +var client = new Client("wss://mpp.hri7566.info:8443"); +// var client = new Client("ws://127.0.0.1:8443"); client.on("connect", function () { console.log("connected"); });