Update 'node/boto.js'
This commit is contained in:
parent
c1db5910fc
commit
ed4cf40622
13
node/boto.js
13
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) => {
|
||||
|
|
Loading…
Reference in New Issue