Update 'node/boto.js'
This commit is contained in:
parent
4c20985d31
commit
522a5d3e69
|
@ -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 ');
|
||||
|
|
Loading…
Reference in New Issue