Merge pull request #2637 from thelounge/xpaw/chan-list-log

Do not write /list messages to logs
This commit is contained in:
Pavel Djundik 2018-07-10 16:59:24 +03:00 committed by GitHub
commit 3bf24047dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -46,6 +46,9 @@ class Msg {
this.type !== Msg.Type.ERROR &&
this.type !== Msg.Type.BANLIST &&
this.type !== Msg.Type.IGNORELIST &&
this.type !== "channel_list" &&
this.type !== "channel_list_loading" &&
this.type !== "channel_list_truncated" &&
this.type !== Msg.Type.TOPIC_SET_BY &&
this.type !== Msg.Type.WHOIS;
}