From e2998652ea4e3f77e8f84beb82a337b0bc24b709 Mon Sep 17 00:00:00 2001 From: Sarimoko Date: Sun, 13 Feb 2022 13:52:23 +0000 Subject: [PATCH] Update 'node/boto.js' --- node/boto.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 ');