diff --git a/node/boto.js b/node/boto.js index efa0829..ec9daf4 100644 --- a/node/boto.js +++ b/node/boto.js @@ -87,6 +87,7 @@ client.on("join", (channel, username, self) => { // client.say(channel, `/me +1 Chatter! Viewer or Bot...? Time will tell!`); }); client.on("part", (channel, username, self) => { + console.log(tags.username, 'left chat.'); // 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) => {