From 423cf04d1b7347c73da6474e59d28b2567fa9240 Mon Sep 17 00:00:00 2001 From: Sarimoko Date: Sun, 13 Feb 2022 13:50:09 +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 848d47b..832b696 100644 --- a/node/boto.js +++ b/node/boto.js @@ -425,7 +425,7 @@ client.on("hosting", (channel, target, viewers) => { }); client.on("join", (channel, username, self) => { console.log('LOG: +1 IRC Chatter '); - client.say(channel, `+1 IRC-User:`); + client.say(channel, `+1 IRC-User:`, username); }); client.on("logon", () => { console.log('LOG: Logon ');