Update 'node/boto.js'
This commit is contained in:
parent
e2998652ea
commit
63e0e92f43
|
@ -424,7 +424,7 @@ client.on("hosting", (channel, target, viewers) => {
|
|||
client.say(channel, `/me BLEEP! BLOOP! @Sarimoko is auto-hosting various streamers! For more info: https://cord.sarimoko.com`);
|
||||
});
|
||||
client.on("join", (channel, username, self) => {
|
||||
console.log('LOG: +1 IRC Chatter ' username);
|
||||
console.log('LOG: +1 IRC Chatter ', username);
|
||||
});
|
||||
client.on("logon", () => {
|
||||
console.log('LOG: Logon ');
|
||||
|
|
Loading…
Reference in New Issue