Skip to content

Commit

Permalink
+clashofclansastucegemmes. --autopull
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-daniels committed Apr 7, 2015
1 parent 4ae45af commit a6ed98c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion findspam.py
Expand Up @@ -81,7 +81,8 @@ class FindSpam:
"video-download-capture\\.com", "videograbber\\.net",
"recoverwindowspassword\\.com", "password-buster\\.com",
"remorecover\\.com", "remosoftware\\.com", "crazybulkreviewsz\\.com",
"patch\\.com", "ajgilworld\\.com", "santomais", "viilms"]
"patch\\.com", "ajgilworld\\.com", "santomais", "viilms",
"clashofclansastucegemmes\\.com"]
rules = [
{'regex': u"(?i)\\b(%s)\\b|%s" % ("|".join(bad_keywords), "|".join(bad_keywords_nwb)), 'all': True,
'sites': [], 'reason': "Bad keyword in {}", 'title': True, 'body': True, 'username': True, 'stripcodeblocks': False, 'body_summary': True},
Expand Down

0 comments on commit a6ed98c

Please sign in to comment.