From 16782ca7818c2aa02d8e7b99833740654953c3d5 Mon Sep 17 00:00:00 2001 From: Sarimoko Date: Sat, 12 Feb 2022 20:53:52 +0000 Subject: [PATCH] Update 'node/boto.js' --- node/boto.js | 106 +++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 103 insertions(+), 3 deletions(-) diff --git a/node/boto.js b/node/boto.js index 9a703ee..95a4fb2 100644 --- a/node/boto.js +++ b/node/boto.js @@ -53,19 +53,119 @@ client.on('message', (channel, tags, message, self) => { client.say(channel, `@${tags.username} has rolled a ${result}! Praise RNGesus!`); } // DOJO + // LURK + if(command === 'lurk' || + command === 'lurkin' || + command === 'lurking') { + // Change your username color. Color must be in hex (#000000) or one of the following: Blue, BlueViolet, CadetBlue, Chocolate, Coral, DodgerBlue, Firebrick, GoldenRod, Green, HotPink, OrangeRed, Red, SeaGreen, SpringGreen, YellowGreen. + client.say(channel, `/me Bleep-Bloop! Thanks for lurking, your viewership & support is much appriciated!`); + client.say(channel, `!kappagen sarimoLURKbrb sarimoKO sarimoLURKbrb sarimoKO sarimoLURKbrb sarimoKO `); + } + // RAID + if(command === 'raid' || + command === 'raidcall' || + command === 'spam' || + command === 'spamwars') { + client.say(channel, `!kappagen sarimoRAID sarimoFREEDOM sarimoRAID sarimoFREEDOM sarimoRAID sarimoFREEDOM`); + client.say(channel, `/me Thanks everyone for watching!!! PREPARE TO SPAM!`); + client.say(channel, `/me Copy'n'Paste the following: (Yes, even if you don't have a sub... We know your a sub at PrideHeartL PrideHeartR LuvHearts`); + client.say(channel, `sarimoRAID sarimoFREEDOM You may take us viewers, but you'll NEVER take our FREEDOM!`); + } // RULE + // Sale + if(command === 'sale' || + command === 'buygames' || + command === 'humble' || + command === 'bundle' || + command === 'humblebundle') { + client.say(channel, `/me Bleep-Bloop! Get sales & give to charity! Win + win, right?! Check out HumbleBundle, use this affiliated link to support the stream: https://www.humblebundle.com/?partner=rusttv`); + } + // TIME + if(command === 'time' || + command === 'pst' || + command === 'pac') { + client.say(channel, `/me Bleep-Bloop! PST | 2-Pac Standard Time`); + } + // The trip + if(command === 'trip' || + command === 'trippin' || + command === 'tripping') { + client.say(channel, `BLEEP! BLOOP! I'm trippin dragon ballz! Did @trip_228 spike my bios?!`); + client.say(channel, `!kappagen sarimoTRIP sarimoTRIP sarimoTRIP`); + client.say(channel, `Stay calm... Just remember your name & ip address... @Sarimoko 127.0.0.1... @Sarimoko 127.0.0.1...`); + } // TUNE - + // WISH + if(command === 'wish' || + command === 'wishlist' || + command === 'amazon' || + command === 'gift') { + client.say(channel, `/me First off, thank you ${tags.username} for even considering contributing directly! Amazon Wishlists have been split into sub-categories and are available at: https://wish.sarimoko.com/ `); + } + // TODO: + // Uptime + // Viewers + // Followage + // Followers // CHAT COMMANDS | End if(isSub) { // SUB | Start - - // HYPE + // FX | K A P P A G E N S + // FX | Bad Game + if(command === 'badgame' || + command === 'antigg' || + command === 'notgg') { + client.say(channel, `!kappagen sarimoDEAD sarimoGAME `); + } + // FX | Clap + if(command === 'clap' || + command === 'claps' || + command === 'applaude') { + client.say(channel, `!kappagen :clap: FBCatch :clap: FBCatch :clap: `); + } + // FX | HAIR + if(command === 'hair' || + command === 'hairhype' || + command === 'hairflip' || + command === 'headbang' || + command === 'bang) { + client.say(channel, `!kappagen sarimoBANG sarimoHAIR sarimoBANG sarimoHAIR sarimoBANG sarimoHAIR `); + } + // FX | Hi + if(command === 'hi' || + command === 'hello' || + command === 'welcome' || + command === 'greeting' || + command === 'greetings') { + client.say(channel, `!kappagen HeyGuys bleedPurple HeyGuys bleedPurple HeyGuys`); + client.say(channel, `/me Hi Hello Howdy Hola こんにちは Oi 你好 여보세요 Здравствуйте Bonjour Hej Hiya Heyo Yo`); + } + // FX | HYPE if(command === 'hype' || command === 'train' || command === 'hypetrain') { client.say(channel, `!kappagen sarimoHYPE sarimoBITS sarimoHYPE sarimoBITS`); } + // FX | Salt + if(command === 'salt' || + command === 'yoho' || + command === 'rage' || + command === 'rip' || + command === 'sassy' || + command === 'salty' || + command === 'bitter') { + client.say(channel, `!kappagen PJSalt PanicVis PJSalt WutFace PJSalt PunOko PJSalt BabyRage PJSalt`); + } + // FX | Sup + if(command === 'sup' || + command === 'whatsup' || + command === 'sups' || + command === 'wazzup' || + command === 'soup' || + command === 'soups') { + client.say(channel, `!kappagen sarimoTRIP sarimoSOUP sarimoTRIP sarimoSOUP sarimoTRIP sarimoSOUP `); + client.say(channel, `/me Yo @${tags.username}, how goes it?`); + } } // SUB | END