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) => {