Update 'node/boto.js'

This commit is contained in:
Sarimoko 2022-02-13 01:29:53 +00:00
parent 65fca7af4e
commit 743d0c0eb3
1 changed files with 1 additions and 2 deletions

View File

@ -410,7 +410,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:` username); client.say(channel, `+1 IRC-User:` (username));
}); });
client.on("logon", () => { client.on("logon", () => {
console.log('LOG: Logon '); console.log('LOG: Logon ');
@ -447,7 +447,6 @@ client.on("mods", (channel, mods) => {
console.log('LOG: Mods '); console.log('LOG: Mods ');
}); });
client.on("notice", (channel, msgid, message) => { client.on("notice", (channel, msgid, message) => {
// Do your stuff.
console.log('LOG: Notice '); console.log('LOG: Notice ');
}); });
client.on("part", (channel, username, self) => { client.on("part", (channel, username, self) => {