more tweaking

This commit is contained in:
13xforever 2020-04-04 18:02:35 +05:00
parent ae00762783
commit 3ed73d6e0a

View File

@ -59,6 +59,9 @@ namespace CompatBot.EventHandlers
return;
gameTitle = CompatList.FixGameTitleSearch(gameTitle);
if (gameTitle.Length < 4)
return;
if (ProductCodeLookup.ProductCode.IsMatch(args.Message.Content))
return;