From 4d94ab42181ae288c2b41f1d75790d9fc15e1df0 Mon Sep 17 00:00:00 2001 From: Pavel Djundik Date: Sun, 3 Jun 2018 22:20:09 +0300 Subject: [PATCH] Do not write ignorelist to logs --- src/models/msg.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/models/msg.js b/src/models/msg.js index e057a771..55b0378f 100644 --- a/src/models/msg.js +++ b/src/models/msg.js @@ -45,6 +45,7 @@ class Msg { return this.type !== Msg.Type.MOTD && this.type !== Msg.Type.ERROR && this.type !== Msg.Type.BANLIST && + this.type !== Msg.Type.IGNORELIST && this.type !== Msg.Type.TOPIC_SET_BY && this.type !== Msg.Type.WHOIS; }