fix: add shout to RMT (gil) by default

This commit is contained in:
Anna 2021-10-29 15:46:24 -04:00
parent 210ed87793
commit 8786e93549
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@ namespace NoSoliciting {
public Dictionary<MessageCategory, HashSet<ChatType>> MlFilters { get; set; } = new() {
[MessageCategory.RmtGil] = new HashSet<ChatType> {
ChatType.Say,
ChatType.Shout,
},
[MessageCategory.RmtContent] = new HashSet<ChatType> {
ChatType.None,