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", () => {