Commentaire pour blacklistage non obligatoire

darcs-hash:20041017000612-41617-e2bf93e1106195c70fba42f3dfd136862be1d683.gz
This commit is contained in:
pauget 2004-10-17 02:06:12 +02:00
parent 41fefdb078
commit 68b89098be

View file

@ -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)