feat: add WTB and WTS to trade words

This commit is contained in:
Anna 2020-12-27 14:05:22 -05:00
parent c4e91aae00
commit e6dac668e1
Signed by: anna
GPG Key ID: 0B391D8F06FCD9E0

View File

@ -22,6 +22,8 @@ namespace NoSoliciting.CursedWorkaround {
"S> ",
"buy",
"sell",
"WTB",
"WTS",
};
private static readonly Regex SketchUrlRegex = new Regex(@"\.com-\w+\.\w+", RegexOptions.IgnoreCase | RegexOptions.Compiled);