fix
This commit is contained in:
parent
da4c905226
commit
a1b0bab40a
|
@ -492,7 +492,7 @@ client.on("mods", (channel, mods) => {
|
||||||
console.log('LOG: Mod?'.yellow, mods);
|
console.log('LOG: Mod?'.yellow, mods);
|
||||||
});
|
});
|
||||||
client.on("notice", (channel, msgid, message) => {
|
client.on("notice", (channel, msgid, message) => {
|
||||||
console.log('LOG: Notice? '.yellow, msdid, message);
|
console.log('LOG: Notice? '.yellow, msgid, message);
|
||||||
});
|
});
|
||||||
client.on("part", (channel, username, self) => {
|
client.on("part", (channel, username, self) => {
|
||||||
console.log('LOG:'.brightRed, username.yellow, 'left the chat...'.brightRed);
|
console.log('LOG:'.brightRed, username.yellow, 'left the chat...'.brightRed);
|
||||||
|
|
Loading…
Reference in New Issue