Update 'node/boto.js'

This commit is contained in:
Sarimoko 2022-02-12 06:23:09 +00:00
parent afd5a5e68e
commit e6cb78780d
1 changed files with 3 additions and 2 deletions

View File

@ -84,11 +84,12 @@ 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('+1 IRC Chatter');
// client.say(channel, `/me +1 Chatter! Viewer or Bot...? Time will tell!`);
console.log('+1 IRC Chatter: ');
client.say(channel, `TEST ${tags.username}`);
});
client.on("part", (channel, username, self) => {
console.log('-1 IRC Chatter');
client.say(channel, `TEST ${tags.username}`);
// client.say(channel, `/me -1 Chatter! Where's my bounty hunters? Essemble the *air-qoutes* search-party *air-qoutes*`);
});
client.on("raided", (channel, username, viewers) => {