diff --git a/node/boto.js b/node/boto.js index 1525621..dd0e7cb 100644 --- a/node/boto.js +++ b/node/boto.js @@ -341,9 +341,9 @@ client.on("mods", (channel, mods) => { }); // ??? // -------------------------------- -client.on("notice", (channel, msgid, message) => { - console.log('LOG: Notice? '.yellow, msgid, message); -}); +//client.on("notice", (channel, msgid, message) => { +// console.log('LOG: Notice? '.yellow, msgid, message); +//}); // CHAT | User left // -------------------------------- client.on("part", (channel, username, self) => {