From 1a6a5c61d0fdb0346d5f8cdc3dfaecb6d7aee1a8 Mon Sep 17 00:00:00 2001 From: Sarimoko Date: Wed, 23 Feb 2022 07:39:45 +0000 Subject: [PATCH] Update 'node/autoban.js' --- node/autoban.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/node/autoban.js b/node/autoban.js index 351eb78..c6733f1 100644 --- a/node/autoban.js +++ b/node/autoban.js @@ -36,6 +36,9 @@ client.on("connecting", (address, port) => { client.on("disconnected", (reason) => { console.log('LOG |'.brightRed, reason.yellow, 'caused a disconnection...'.brightRed); }); +client.on("logon", () => { + console.log('LOG | Logging into'.yellow, 'Twitch TV'.brightBlue); +}); client.on('message', (channel, tags, message, self) => { //if(botlist) return;