Update 'node/boto.js'

This commit is contained in:
Sarimoko 2022-02-13 14:02:31 +00:00
parent 63e0e92f43
commit ed1d978d99
1 changed files with 1 additions and 1 deletions

View File

@ -424,7 +424,7 @@ client.on("hosting", (channel, target, viewers) => {
client.say(channel, `/me BLEEP! BLOOP! @Sarimoko is auto-hosting various streamers! For more info: https://cord.sarimoko.com`);
});
client.on("join", (channel, username, self) => {
console.log('LOG: +1 IRC Chatter ', username);
console.log('%cLOG |' + username + '%cjoined the chat', 'color:red;', 'color:green');
});
client.on("logon", () => {
console.log('LOG: Logon ');