From e78062442cdd25dfb72aeec09a78846441a483a2 Mon Sep 17 00:00:00 2001 From: Sarimoko Date: Mon, 14 Feb 2022 16:31:44 -0800 Subject: [PATCH] lurk = kappa --- node/boto.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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`); //}