aperson/moderator-bot

Reduce freeminecraft false positives

Opened this issue · 1 comments

Checked over the regex, minecraft.net returns as a positive. Crashlogs can also trigger these (net.minecraft.network)

Adding this to the beginning of the regex may fix this. (Needs verification + proper testing)
(?!minecraft\.net)

@aperson