Update 'node/boto.js'

This commit is contained in:
Sarimoko 2022-02-12 06:25:06 +00:00
parent e6cb78780d
commit 689eca0e98
1 changed files with 1 additions and 3 deletions

View File

@ -85,11 +85,9 @@ client.on("hosting", (channel, target, viewers) => {
});
client.on("join", (channel, username, self) => {
console.log('+1 IRC Chatter: ');
client.say(channel, `TEST ${tags.username}`);
});
client.on("part", (channel, username, self) => {
console.log('-1 IRC Chatter');
client.say(channel, `TEST ${tags.username}`);
// 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) => {
@ -105,7 +103,7 @@ client.on("submysterygift", (channel, username, numbOfSubs, methods, userstate)
client.say(channel, `/me BLEEP! BLOOP! Am I getting hacked? Anon just Gift-Subbed! If I get erased... I love you all!`);
});
client.on("resub", function (channel, username, months, message, userstate, methods) {
client.say(channel, `/me BLEEP! BLOOP! ${tags.username} has been a subriber ${tags.months} months! TYVM!`);
client.say(channel, `/me BLEEP! BLOOP! Legend re-sub! Thanks for your continued support!`);
client.say(channel, `!kappagen sarimoHYPE sarimoKO`);
});
client.on("subscription", function (channel, username, method, message, userstate) {