Merge pull request #2637 from thelounge/xpaw/chan-list-log
Do not write /list messages to logs
This commit is contained in:
commit
3bf24047dd
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user