mirror of
https://github.com/thelounge/thelounge
synced 2024-11-23 04:23:13 +00:00
Do not write ignorelist to logs
This commit is contained in:
parent
b0f32dc29b
commit
4d94ab4218
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue