comment out notice
This commit is contained in:
parent
5a17f027ca
commit
c6a5b20e80
|
@ -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) => {
|
||||
|
|
Loading…
Reference in New Issue