comment out notice

This commit is contained in:
Sarimoko 2022-02-14 16:44:06 -08:00
parent 5a17f027ca
commit c6a5b20e80
1 changed files with 3 additions and 3 deletions

View File

@ -341,9 +341,9 @@ client.on("mods", (channel, mods) => {
}); });
// ??? // ???
// -------------------------------- // --------------------------------
client.on("notice", (channel, msgid, message) => { //client.on("notice", (channel, msgid, message) => {
console.log('LOG: Notice? '.yellow, msgid, message); // console.log('LOG: Notice? '.yellow, msgid, message);
}); //});
// CHAT | User left // CHAT | User left
// -------------------------------- // --------------------------------
client.on("part", (channel, username, self) => { client.on("part", (channel, username, self) => {