generated from Nemesis/Exemple
debug quote del
This commit is contained in:
parent
7f0de3bb50
commit
7f656a5ea0
1 changed files with 1 additions and 1 deletions
|
@ -1003,7 +1003,7 @@ def quote(room,event):
|
||||||
for cle,valeur in fame.items():
|
for cle,valeur in fame.items():
|
||||||
if (str(cle[1]) == id):
|
if (str(cle[1]) == id):
|
||||||
del fame[cle[0],cle[1]]
|
del fame[cle[0],cle[1]]
|
||||||
reponse = reponse + rid + "/" + cle[0] + " / " + str(cle[1]) + " : " + valeur + "\n"
|
reponse = reponse + rid + " / " + cle[0] + " / " + str(cle[1]) + " : " + valeur + "\n"
|
||||||
break
|
break
|
||||||
salon.send_text(reponse)
|
salon.send_text(reponse)
|
||||||
elif (len(args) > 0):
|
elif (len(args) > 0):
|
||||||
|
|
Loading…
Reference in a new issue