From d931e0c7ac36e459488dfb0ba7dd50f2c43882f4 Mon Sep 17 00:00:00 2001 From: Sarimoko Date: Fri, 11 Feb 2022 07:17:40 +0000 Subject: [PATCH] Update 'node/boto.js' --- node/boto.js | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/node/boto.js b/node/boto.js index 492548d..115277a 100644 --- a/node/boto.js +++ b/node/boto.js @@ -172,7 +172,7 @@ client.on('message', (channel, tags, message, self) => { // The Lurk // ---------------------------------- else if(command === 'lurk' || command === 'lurking' || command === 'lurkin' || command === 'brb') { - client.say(channel, `/me Enjoy your lurk ${tags.username}, thanks for the viewership! `); + client.say(channel, `/me Enjoy your lurk ${tags.username}, thanks for the viewership! GL out there ${args.join(' ')}`); client.say(channel, `!kappagen sarimoLURKbrb sarimoKO sarimoLURKbrb sarimoKO sarimoLURKbrb sarimoKO `); } // The Mote @@ -186,6 +186,11 @@ client.on('message', (channel, tags, message, self) => { else if(command === 'sale' || command === 'buygames' || command === 'humble' || command === 'bundle' || command === 'humblebundle') { client.say(channel, `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`); } + // The Time + // ---------------------------------- + else if(command === 'time' || command === 'pst' || command === 'pac') { + client.say(channel, `BLEEP! BLOOP! PST | 2-Pac Standard Time`); + } // The Wish // ---------------------------------- else if(command === 'wish' || command === 'wishlist' || command === 'amazon' || command === 'gift') { @@ -278,7 +283,7 @@ client.on('message', (channel, tags, message, self) => { // Shoutout // ---------------------------------- else if(command === 'so' || command === 'shoutout') { - client.say(channel, `BLEEP! BLOOP! Go checkout @${args.join(' ')}'s channel! Hit that follow button like it owes you money! https://twitch.tv/${args.join(' ')}`); + client.say(channel, `BLEEP! BLOOP! On behave of The Sarimoko Show, I'd like the thank my producers, my agents, & @${args.join(' ')} for making all of this possible! https://twitch.tv/${args.join(' ')}`); } // S T R E A M E L E M E N T S