Update 'node/boto.js'

This commit is contained in:
Sarimoko 2022-02-13 13:52:23 +00:00
parent 423cf04d1b
commit e2998652ea
1 changed files with 1 additions and 2 deletions

View File

@ -424,8 +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 ');
client.say(channel, `+1 IRC-User:`, username);
console.log('LOG: +1 IRC Chatter ' username);
});
client.on("logon", () => {
console.log('LOG: Logon ');