From ed4cf406225c2e3039a0a2566b5bc2ff738b769b Mon Sep 17 00:00:00 2001 From: Sarimoko Date: Sat, 12 Feb 2022 06:12:26 +0000 Subject: [PATCH] Update 'node/boto.js' --- node/boto.js | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/node/boto.js b/node/boto.js index 24493a7..dba1d56 100644 --- a/node/boto.js +++ b/node/boto.js @@ -54,15 +54,6 @@ client.on('message', (channel, tags, message, self) => { command === 'shoutout') { client.say(channel, `/me Bleep! Bloop! Roll the clip! Smash @${args.join(' ')}'s follow button at: https://twitch.tv/${args.join(' ')}`); } - if(command === 'mute' || - command === 'slap' || - command === 'timeout' || - command === 'warn') { - client.say(channel, `/timeout ${args.join(' ')} 33`); - client.say(channel, `/me Mods cast a 33sec Timeout Curse on @${args.join(' ')}, resistence to Bans is decreased!`); - client.say(channel, `!kappagen sarimoRAGE sarimoNERD`); - } - } }); // SCAN MSG | END @@ -93,11 +84,11 @@ client.on("hosting", (channel, target, viewers) => { client.say(channel, `/me BLEEP! BLOOP! @Sarimoko is auto-hosting various streamers! For more info: https://cord.sarimoko.com`); }); client.on("join", (channel, username, self) => { - console.log(tags.username, 'joined chat.'); + console.log('+1 IRC Chatter'); // client.say(channel, `/me +1 Chatter! Viewer or Bot...? Time will tell!`); }); client.on("part", (channel, username, self) => { - console.log(tags.username, 'left chat.'); + console.log('-1 IRC Chatter'); // client.say(channel, `/me -1 Chatter! Where's my bounty hunters? Essemble the *air-qoutes* search-party *air-qoutes*`); }); client.on("raided", (channel, username, viewers) => {