mirror of
https://github.com/thelounge/thelounge
synced 2025-02-17 05:38:25 +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 &&
|
return this.type !== Msg.Type.MOTD &&
|
||||||
this.type !== Msg.Type.ERROR &&
|
this.type !== Msg.Type.ERROR &&
|
||||||
this.type !== Msg.Type.BANLIST &&
|
this.type !== Msg.Type.BANLIST &&
|
||||||
|
this.type !== Msg.Type.IGNORELIST &&
|
||||||
this.type !== Msg.Type.TOPIC_SET_BY &&
|
this.type !== Msg.Type.TOPIC_SET_BY &&
|
||||||
this.type !== Msg.Type.WHOIS;
|
this.type !== Msg.Type.WHOIS;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue