Do not write ignorelist to logs

This commit is contained in:
Pavel Djundik 2018-06-03 22:20:09 +03:00
parent b0f32dc29b
commit 4d94ab4218

View file

@ -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;
}