From bd122f444e421a0aea379c5787dd0a505455b960 Mon Sep 17 00:00:00 2001 From: Sarimoko Date: Mon, 14 Feb 2022 16:22:23 -0800 Subject: [PATCH] turn of lurk call --- node/boto.js | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/node/boto.js b/node/boto.js index 9be848e..a3a1c46 100644 --- a/node/boto.js +++ b/node/boto.js @@ -275,15 +275,11 @@ client.on("hosting", (channel, target, viewers) => { // CHAT | User Joined // -------------------------------- client.on("join", (channel, username, self) => { - console.log('LOG |'.brightBlue, username.yellow, 'joined the chat!'.brightBlue); - if(username === 'cho0tem' || - username === 'rusttv_com' || - username === 'theframilyknight' || - username === 'trip_228' || - username === 'worgar396') { - client.say(channel, `/me Yo @`+ username +`, wb to chat! sarimoSOUP sarimoTRIP`); - } -}); + console.log('LOG |'.brightBlue, username.yellow, 'joined the chat!'.brightBlue); + //if(username === 'cho0tem') { + // client.say(channel, `/me Yo @`+ username +`, wb to chat! sarimoSOUP sarimoTRIP`); + //} +}); // DUPE // -------------------------------- client.on("logon", () => {