Update 'node/autoban.js'
This commit is contained in:
parent
62d8a238f7
commit
1a6a5c61d0
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue