Update 'node/boto.js'

This commit is contained in:
Sarimoko 2022-02-12 06:12:26 +00:00
parent c1db5910fc
commit ed4cf40622
1 changed files with 2 additions and 11 deletions

View File

@ -54,15 +54,6 @@ client.on('message', (channel, tags, message, self) => {
command === 'shoutout') { command === 'shoutout') {
client.say(channel, `/me Bleep! Bloop! Roll the clip! Smash @${args.join(' ')}'s follow button at: https://twitch.tv/${args.join(' ')}`); 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 }); // 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.say(channel, `/me BLEEP! BLOOP! @Sarimoko is auto-hosting various streamers! For more info: https://cord.sarimoko.com`);
}); });
client.on("join", (channel, username, self) => { 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.say(channel, `/me +1 Chatter! Viewer or Bot...? Time will tell!`);
}); });
client.on("part", (channel, username, self) => { 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.say(channel, `/me -1 Chatter! Where's my bounty hunters? Essemble the *air-qoutes* search-party *air-qoutes*`);
}); });
client.on("raided", (channel, username, viewers) => { client.on("raided", (channel, username, viewers) => {