Do not write ignorelist to logs
This commit is contained in:
parent
b0f32dc29b
commit
4d94ab4218
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user