fix: add shout to RMT (gil) by default

This commit is contained in:
Anna 2021-10-29 15:46:24 -04:00
parent aa2d170958
commit 072de76e98
Signed by: anna
GPG Key ID: 0B391D8F06FCD9E0
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,