Update 'node/boto.js'
This commit is contained in:
parent
743d0c0eb3
commit
6c4a8917c4
|
@ -410,7 +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.say(channel, `+1 IRC-User:`);
|
||||
});
|
||||
client.on("logon", () => {
|
||||
console.log('LOG: Logon ');
|
||||
|
@ -485,7 +485,6 @@ client.on("slowmode", (channel, enabled, length) => {
|
|||
});
|
||||
client.on("subgift", (channel, username, streakMonths, recipient, methods, userstate) => {
|
||||
let senderCount = ~~userstate["msg-param-sender-count"]; // IDK
|
||||
client.say(channel, (username) `gifted` (recipient) `a Gift-Sub! Thank for the support & sharing the emote spam!`);
|
||||
client.say(channel, `!kappagen sarimoKO sarimoNERD`);
|
||||
});
|
||||
client.on("submysterygift", (channel, username, numbOfSubs, methods, userstate) => {
|
||||
|
|
Loading…
Reference in New Issue