Commentaire pour blacklistage non obligatoire
darcs-hash:20041017000612-41617-e2bf93e1106195c70fba42f3dfd136862be1d683.gz
This commit is contained in:
parent
41fefdb078
commit
68b89098be
1 changed files with 8 additions and 3 deletions
|
@ -657,9 +657,14 @@ def set_blackliste(clas) :
|
|||
# Commentaire
|
||||
c = r[2].strip()
|
||||
login = script_utilisateur
|
||||
if c.split(' :')[0] != login :
|
||||
t[3] = login + ' : ' + c
|
||||
|
||||
if c :
|
||||
if c.split(' :')[0] != login :
|
||||
t[3] = login + ' : ' + c
|
||||
else :
|
||||
t[3] = c
|
||||
else :
|
||||
t[3] = login
|
||||
|
||||
try :
|
||||
if index == -1 :
|
||||
clas.blacklist(t)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue