From 6c4a8917c4f7905736b2a477b1b9ca26f0ecacc0 Mon Sep 17 00:00:00 2001 From: Sarimoko Date: Sun, 13 Feb 2022 02:44:50 +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 8a578ae..52dfa59 100644 --- a/node/boto.js +++ b/node/boto.js @@ -410,7 +410,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:` (username)); + client.say(channel, `+1 IRC-User:`); }); client.on("logon", () => { console.log('LOG: Logon '); @@ -485,7 +485,6 @@ client.on("slowmode", (channel, enabled, length) => { }); client.on("subgift", (channel, username, streakMonths, recipient, methods, userstate) => { let senderCount = ~~userstate["msg-param-sender-count"]; // IDK - client.say(channel, (username) `gifted` (recipient) `a Gift-Sub! Thank for the support & sharing the emote spam!`); client.say(channel, `!kappagen sarimoKO sarimoNERD`); }); client.on("submysterygift", (channel, username, numbOfSubs, methods, userstate) => {