turn of lurk call

This commit is contained in:
Sarimoko 2022-02-14 16:22:23 -08:00
parent e7e5e921b6
commit bd122f444e
1 changed files with 5 additions and 9 deletions

View File

@ -276,13 +276,9 @@ 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`);
}
//if(username === 'cho0tem') {
// client.say(channel, `/me Yo @`+ username +`, wb to chat! sarimoSOUP sarimoTRIP`);
//}
});
// DUPE
// --------------------------------