diff --git a/node/boto.js b/node/boto.js index 6a66d5a..76cda55 100644 --- a/node/boto.js +++ b/node/boto.js @@ -275,7 +275,11 @@ client.on("hosting", (channel, target, viewers) => { // CHAT | User Joined // -------------------------------- client.on("join", (channel, username, self) => { - console.log('LOG |'.black.bgBrightGreen, username.yellow, 'joined the chat!'.black.bgBrightGreen); + console.log('LOG |'.black.bgBrightGreen, username.black.bgYellow, 'joined the chat!'.black.bgBrightGreen); + client.say(channel, `!kappagen sarimoKO sarimoSOUP sarimoLURK New lurker, your secret is safe with me!`) + //if(username === 'sarimoko') { + // client.say(channel, `/me @`+ username +`, entered his own chat... Caught you lurking yourself! sarimoNERD sarimoDUDE`); + //} //if(username === 'cho0tem') { // client.say(channel, `/me Yo @`+ username +`, wb to chat! sarimoSOUP sarimoTRIP`); //}