aperson / moderator-bot

11 stars 4 forks source link

Reduce freeminecraft false positives #21

Open rsh1 opened 9 years ago

rsh1 commented 9 years ago

This one was flagged: http://www.reddit.com/r/Minecraft/comments/2tga9y/really_need_purchase_help/cnys4n2

Mustek commented 9 years ago

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