diff --git a/node/boto.js b/node/boto.js index 7228a68..c531e88 100644 --- a/node/boto.js +++ b/node/boto.js @@ -410,6 +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.on("logon", () => { console.log('LOG: Logon ');