From 63e0e92f4395f80adee21fa6f463c05c6e808cbb Mon Sep 17 00:00:00 2001 From: Sarimoko Date: Sun, 13 Feb 2022 13:54:56 +0000 Subject: [PATCH] Update 'node/boto.js' --- node/boto.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node/boto.js b/node/boto.js index de2e77d..ac05402 100644 --- a/node/boto.js +++ b/node/boto.js @@ -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('LOG: +1 IRC Chatter ', username); }); client.on("logon", () => { console.log('LOG: Logon ');