From e6cb78780d0eb7b4321c81ac30c2adc6a0b43663 Mon Sep 17 00:00:00 2001 From: Sarimoko Date: Sat, 12 Feb 2022 06:23:09 +0000 Subject: [PATCH] Update 'node/boto.js' --- node/boto.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/node/boto.js b/node/boto.js index 82d1d3d..155966b 100644 --- a/node/boto.js +++ b/node/boto.js @@ -84,11 +84,12 @@ 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('+1 IRC Chatter'); - // client.say(channel, `/me +1 Chatter! Viewer or Bot...? Time will tell!`); + 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) => {