Update 'node/boto.js'

This commit is contained in:
Sarimoko 2022-02-13 13:50:09 +00:00
parent 333bbd9af3
commit 423cf04d1b
1 changed files with 1 additions and 1 deletions

View File

@ -425,7 +425,7 @@ client.on("hosting", (channel, target, viewers) => {
}); });
client.on("join", (channel, username, self) => { client.on("join", (channel, username, self) => {
console.log('LOG: +1 IRC Chatter '); console.log('LOG: +1 IRC Chatter ');
client.say(channel, `+1 IRC-User:`); client.say(channel, `+1 IRC-User:`, username);
}); });
client.on("logon", () => { client.on("logon", () => {
console.log('LOG: Logon '); console.log('LOG: Logon ');