lurk = kappa
This commit is contained in:
parent
44a9053ffe
commit
e78062442c
|
@ -275,7 +275,11 @@ client.on("hosting", (channel, target, viewers) => {
|
||||||
// CHAT | User Joined
|
// CHAT | User Joined
|
||||||
// --------------------------------
|
// --------------------------------
|
||||||
client.on("join", (channel, username, self) => {
|
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') {
|
//if(username === 'cho0tem') {
|
||||||
// client.say(channel, `/me Yo @`+ username +`, wb to chat! sarimoSOUP sarimoTRIP`);
|
// client.say(channel, `/me Yo @`+ username +`, wb to chat! sarimoSOUP sarimoTRIP`);
|
||||||
//}
|
//}
|
||||||
|
|
Loading…
Reference in New Issue