Update 'node/autoban.js'

This commit is contained in:
Sarimoko 2022-02-23 07:39:45 +00:00
parent 62d8a238f7
commit 1a6a5c61d0
1 changed files with 3 additions and 0 deletions

View File

@ -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;