From c6a5b20e8052933349f46a581a60502ec344f442 Mon Sep 17 00:00:00 2001 From: Sarimoko Date: Mon, 14 Feb 2022 16:44:06 -0800 Subject: [PATCH] comment out notice --- node/boto.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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) => {