add the PRIORITY_CONNECTION optimization (closes #319)
This commit is contained in:
parent
bc978b7112
commit
fd3ccda664
6 changed files with 174 additions and 13 deletions
|
|
@ -59,6 +59,8 @@ class AntiSpam(object):
|
|||
return False
|
||||
if profile.description.find('belle dans la cam') >= 0:
|
||||
return False
|
||||
if profile.description.find('pour montre ma cam') >= 0:
|
||||
return False
|
||||
if profile.description.find('show sex') >= 0:
|
||||
return False
|
||||
if profile.description.find('un mec tres chaude') >= 0:
|
||||
|
|
@ -71,6 +73,8 @@ class AntiSpam(object):
|
|||
return False
|
||||
if profile.description.find('une fille tres chaud') >= 0:
|
||||
return False
|
||||
if profile.description.find(u'tré chau') == 0:
|
||||
return False
|
||||
if profile.description.find('sa va bb') == 0:
|
||||
return False
|
||||
if profile.description.startswith('msn\n\n'):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue