diff --git a/node/boto.js b/node/boto.js index 832b696..de2e77d 100644 --- a/node/boto.js +++ b/node/boto.js @@ -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 ');