From 12518396f97c6823ba98d383768ea841d5a92b05 Mon Sep 17 00:00:00 2001 From: Sarimoko Date: Sat, 12 Feb 2022 20:30:14 +0000 Subject: [PATCH] Update 'node/boto.js' --- node/boto.js | 38 -------------------------------------- 1 file changed, 38 deletions(-) diff --git a/node/boto.js b/node/boto.js index a3d0232..df940d7 100644 --- a/node/boto.js +++ b/node/boto.js @@ -113,47 +113,9 @@ client.on('message', (channel, tags, message, self) => { // CHAT MODES // Emotes - if(command === 'emoteonly') { - client.say(channel, `/me Bleep! Bloop! ${tags.username} just activated EMOTE ONLY chat! Show Sir SPAM'a'LOT who's boss!`); - client.say(channel, `/emoteonly `); - } - if(command === 'emoteoff' || - command === 'emoteonlyoff') { - client.say(channel, `/me Bleep! Bloop! ${tags.username} turned off EMOTE ONLY chat! Chatter freely!`); - client.say(channel, `/emoteonlyoff `); - } // Slow - if(command === 'slow' || - command === 'slowchat') { - client.say(channel, `/me Bleep! Bloop! ${tags.username} just activated SLOW MODE chat! Send a message every ${args.join(' ')} seconds, that give @Sarimoko time to ketchup!`); - client.say(channel, `/slow ${args.join(' ')}`); - } - if(command === 'slowoff' || - command === 'slowchatoff') { - client.say(channel, `/me Bleep! Bloop! ${tags.username} turned off SLOW MODE chat! Chatter freely!`); - client.say(channel, `/slowoff `); - } // Subs - if(command === 'subsonly') { - client.say(channel, `/me Bleep! Bloop! ${tags.username} just activated SUBS ONLY chat! Loyal supports FTW!`); - client.say(channel, `/subscribers `); - } - if(command === 'subsoff' || - command === 'subscribersoff') { - client.say(channel, `/me Bleep! Bloop! ${tags.username} turned off Subs ONLY chat! Welcome back you filthy followers!`); - client.say(channel, `/subscribersoff `); - } // Normalizer - if(command === 'norm' || - command === 'normal' || - command === 'normalize' || - command === 'normalizer') { - client.say(channel, `/me Bleep! Bloop! ${tags.username} has normalized chat!`); - client.say(channel, `/emoteonlyoff `); - client.say(channel, `/followersoff `); - client.say(channel, `/slowoff `); - client.say(channel, `/subscribersoff `); - } // uniquechat / uniquechatoff // endpoll deletepoll maybe poll? idk how the bot would edit it