turn of lurk call
This commit is contained in:
parent
e7e5e921b6
commit
bd122f444e
14
node/boto.js
14
node/boto.js
|
@ -275,15 +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 |'.brightBlue, username.yellow, 'joined the chat!'.brightBlue);
|
console.log('LOG |'.brightBlue, username.yellow, 'joined the chat!'.brightBlue);
|
||||||
if(username === 'cho0tem' ||
|
//if(username === 'cho0tem') {
|
||||||
username === 'rusttv_com' ||
|
// client.say(channel, `/me Yo @`+ username +`, wb to chat! sarimoSOUP sarimoTRIP`);
|
||||||
username === 'theframilyknight' ||
|
//}
|
||||||
username === 'trip_228' ||
|
});
|
||||||
username === 'worgar396') {
|
|
||||||
client.say(channel, `/me Yo @`+ username +`, wb to chat! sarimoSOUP sarimoTRIP`);
|
|
||||||
}
|
|
||||||
});
|
|
||||||
// DUPE
|
// DUPE
|
||||||
// --------------------------------
|
// --------------------------------
|
||||||
client.on("logon", () => {
|
client.on("logon", () => {
|
||||||
|
|
Loading…
Reference in New Issue