typod....
This commit is contained in:
parent
81280d6c51
commit
e609d89996
|
@ -128,8 +128,10 @@ client.on("join", (channel, username, self) => {
|
||||||
client.say(channel, `/me Yo @`+ username +`, wb to chat! sarimoSOUP sarimoTRIP`);
|
client.say(channel, `/me Yo @`+ username +`, wb to chat! sarimoSOUP sarimoTRIP`);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
// DUPE
|
||||||
|
// --------------------------------
|
||||||
client.on("logon", () => {
|
client.on("logon", () => {
|
||||||
console.log('LOG | Logging into'.yellow, 'Twitch TV'.brightBlue);
|
// console.log('LOG | Logging into'.yellow, 'Twitch TV'.brightBlue);
|
||||||
});
|
});
|
||||||
// client.on("message", (channel, userstate, message, self) => {
|
// client.on("message", (channel, userstate, message, self) => {
|
||||||
// // Don't listen to my own messages..
|
// // Don't listen to my own messages..
|
||||||
|
@ -223,7 +225,7 @@ client.on("subscription", function (channel, username, method, message, userstat
|
||||||
// MOD | Timeout
|
// MOD | Timeout
|
||||||
// --------------------------------
|
// --------------------------------
|
||||||
client.on("timeout", (channel, username, reason, duration, userstate) => {
|
client.on("timeout", (channel, username, reason, duration, userstate) => {
|
||||||
console.log(`MOD-LOG | Timeout @`+ username, `for`, duraction, `seconds for the reason of:`, reason);
|
console.log(`MOD-LOG | Timeout @`+ username, `for`, duration, `seconds for the reason of:`, reason);
|
||||||
console.log(`MOD-LOG | @`+ username, `is a `, userstate, `status!`);
|
console.log(`MOD-LOG | @`+ username, `is a `, userstate, `status!`);
|
||||||
client.say(channel, `Mods have spoken! @`+ username +`, please take these `+ duration +` seconds to cooldown! Enjoy your lurk, talk to you soon!`);
|
client.say(channel, `Mods have spoken! @`+ username +`, please take these `+ duration +` seconds to cooldown! Enjoy your lurk, talk to you soon!`);
|
||||||
client.say(channel, `!kappagen sarimoSALT sarimoRAGE`);
|
client.say(channel, `!kappagen sarimoSALT sarimoRAGE`);
|
||||||
|
|
Loading…
Reference in New Issue