diff --git a/node/boto.js b/node/boto.js index 138c1e7..2139445 100644 --- a/node/boto.js +++ b/node/boto.js @@ -223,7 +223,8 @@ client.on("subscription", function (channel, username, method, message, userstat // MOD | Timeout // -------------------------------- client.on("timeout", (channel, username, reason, duration, userstate) => { - console.log(`MOD-LOG | Timeout @`+ username); + console.log(`MOD-LOG | Timeout @`+ username, `for`, duraction, `seconds for the reason of:`, reason); + 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, `!kappagen sarimoSALT sarimoRAGE`); });