diff --git a/node/boto.js b/node/boto.js index 155966b..bf4cf56 100644 --- a/node/boto.js +++ b/node/boto.js @@ -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) {