lurk = kappa

This commit is contained in:
Sarimoko 2022-02-14 16:31:44 -08:00
parent 44a9053ffe
commit e78062442c
1 changed files with 5 additions and 1 deletions

View File

@ -275,7 +275,11 @@ client.on("hosting", (channel, target, viewers) => {
// CHAT | User Joined
// --------------------------------
client.on("join", (channel, username, self) => {
console.log('LOG |'.black.bgBrightGreen, username.yellow, 'joined the chat!'.black.bgBrightGreen);
console.log('LOG |'.black.bgBrightGreen, username.black.bgYellow, 'joined the chat!'.black.bgBrightGreen);
client.say(channel, `!kappagen sarimoKO sarimoSOUP sarimoLURK New lurker, your secret is safe with me!`)
//if(username === 'sarimoko') {
// client.say(channel, `/me @`+ username +`, entered his own chat... Caught you lurking yourself! sarimoNERD sarimoDUDE`);
//}
//if(username === 'cho0tem') {
// client.say(channel, `/me Yo @`+ username +`, wb to chat! sarimoSOUP sarimoTRIP`);
//}