diff --git a/node/boto.js b/node/boto.js index c531e88..8a578ae 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:` (username)); }); client.on("logon", () => { console.log('LOG: Logon '); @@ -447,7 +447,6 @@ client.on("mods", (channel, mods) => { console.log('LOG: Mods '); }); client.on("notice", (channel, msgid, message) => { - // Do your stuff. console.log('LOG: Notice '); }); client.on("part", (channel, username, self) => {