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