oops, sluts with empty description are not spambots
This commit is contained in:
parent
0d676fdaec
commit
7165d0536f
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ class AntiSpam(object):
|
|||
# The name of profile is in form #123456789
|
||||
if profile['pseudo'] == '':
|
||||
return False
|
||||
if profile['about1'].strip() == profile['about2'].strip():
|
||||
if len(profile['about1'].strip() > 50) and profile['about1'].strip() == profile['about2'].strip():
|
||||
return False
|
||||
if profile['about1'].startswith('salut! je te donne mon msn'):
|
||||
return False
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue