Update 'node/boto.js'
This commit is contained in:
parent
060c911587
commit
12518396f9
38
node/boto.js
38
node/boto.js
|
@ -113,47 +113,9 @@ client.on('message', (channel, tags, message, self) => {
|
||||||
|
|
||||||
// CHAT MODES
|
// CHAT MODES
|
||||||
// Emotes
|
// 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
|
// 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
|
// 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
|
// 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
|
// uniquechat / uniquechatoff
|
||||||
// endpoll deletepoll maybe poll? idk how the bot would edit it
|
// endpoll deletepoll maybe poll? idk how the bot would edit it
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue