add more magic words

This commit is contained in:
13xforever
2019-01-07 22:53:23 +05:00
parent 6e9ecf92a9
commit 2b5f447080

View File

@@ -13,7 +13,11 @@ namespace CompatBot.EventHandlers
{
private static readonly AhoCorasickDoubleArrayTrie<string> ChillCheck = new AhoCorasickDoubleArrayTrie<string>(new[]
{
"shut the fuck up", "shut up", "shutup", "hush", "chill", "take that back", "delete this", "bad bot",
"shut the fuck up", "shut up", "shutup", "shuddup", "hush", "chill", "bad bot",
"no one asked you",
"take this back", "take that back",
"delete this", "delete that",
"remove this", "remove that",
}.ToDictionary(s => s, s => s), true);
public static async Task OnMessageCreated(MessageCreateEventArgs args)