This commit is contained in:
Sarimoko 2022-02-13 07:52:32 -08:00
parent 48fc540e94
commit da4c905226
1 changed files with 7 additions and 2 deletions

View File

@ -451,6 +451,13 @@ client.on("hosting", (channel, target, viewers) => {
}); });
client.on("join", (channel, username, self) => { client.on("join", (channel, username, self) => {
console.log('LOG |'.brightBlue, username.yellow, 'joined the chat!'.brightBlue); 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", () => { client.on("logon", () => {
console.log('LOG | Logging into'.yellow, 'Twitch TV'.brightBlue); 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.say(channel, `!kappagen sarimoKO sarimoNERD`);
}); });
client.on("timeout", (channel, username, reason, duration, userstate) => { 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.say(channel, `!kappagen sarimoSALT sarimoRAGE`);
}); });
client.on("unhost", (channel, viewers) => { client.on("unhost", (channel, viewers) => {