diff --git a/node/boto.js b/node/boto.js index 0265edd..9893349 100644 --- a/node/boto.js +++ b/node/boto.js @@ -451,6 +451,13 @@ client.on("hosting", (channel, target, viewers) => { }); 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`); + } }); client.on("logon", () => { console.log('LOG | Logging into'.yellow, 'Twitch TV'.brightBlue); @@ -540,8 +547,6 @@ client.on("subscription", function (channel, username, method, message, userstat client.say(channel, `!kappagen sarimoKO sarimoNERD`); }); client.on("timeout", (channel, username, reason, duration, userstate) => { - console.log('HYPE |'.brightRed, username.yellow, userstate, 'was TIMEDOUT for'.brightRed, duration.yellow, 'seconds on the basis of:'.brightRed, reason.yellow) - client.say(channel, `/me The mods have spoken... @`+ username, `I hereby find you guilty of:`, reason +`. Judgement will be`, durations, `seconds of boredom & frustraction as you're locked out of chat. Take this time to reflect, not deflect. Hopefully we'll talk again soon!`); client.say(channel, `!kappagen sarimoSALT sarimoRAGE`); }); client.on("unhost", (channel, viewers) => {