From 9b770a7c22c39b78079f0a75bacaea45981903b0 Mon Sep 17 00:00:00 2001 From: Sarimoko Date: Sat, 12 Feb 2022 21:20:10 +0000 Subject: [PATCH] Update 'node/boto.js' --- node/boto.js | 35 ++++++++++++++++++++++++++++++----- 1 file changed, 30 insertions(+), 5 deletions(-) diff --git a/node/boto.js b/node/boto.js index 0039751..01234c2 100644 --- a/node/boto.js +++ b/node/boto.js @@ -53,15 +53,40 @@ client.on('message', (channel, tags, message, self) => { if(command === 'dice' || command === 'roll') { const result = Math.floor(Math.random() * 6) + 1; - client.say(channel, `@${tags.username} has rolled a ${result}! Praise RNGesus!`); + client.say(channel, `/me Bleep-Bloop! @${tags.username} has rolled a ${result}! Praise RNGesus!`); + } + // LURK + if(command === 'lurk' || + command === 'lurkin' || + command === 'lurking') { + 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 if(command === 'rule' || command === 'rules') { - client.say(channel, `Chat Rule Reminder`); - client.say(channel, `/me 1. Do NOT feed the Trolls!`); - client.say(channel, `/me 2. Do NOT be a Troll!`); - client.say(channel, `/me 3. Do NOT be another brick in the wall!`); + client.say(channel, `/me Bleep-Bloop! Reminder of the Chat Rules`); + client.say(channel, `1. Do NOT feed the Trolls!`); + client.say(channel, `2. Do NOT be a Troll!`); + client.say(channel, `3. Do NOT be another brick in the wall!`); + } + // 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' ||