generated from Nemesis/Exemple
Last est normalement ok
This commit is contained in:
parent
d13eabc3ad
commit
116e57c9d5
1 changed files with 2 additions and 3 deletions
|
@ -820,9 +820,8 @@ def last(room,event):
|
||||||
except:
|
except:
|
||||||
room.send_text(pers + " : Personne non reconnue : Personnes enregistrees :\n")
|
room.send_text(pers + " : Personne non reconnue : Personnes enregistrees :\n")
|
||||||
for cle,valeur in stats.items():
|
for cle,valeur in stats.items():
|
||||||
room.send_text(cle[0] + cle[1] + "\n")
|
if (cle[0] == room.room_id):
|
||||||
room.send_text(stats[cle[0],cle[1]].date.strftime("%Y-%m-%d %H:%M:%S"))
|
room.send_text(cle[1] + "\n")
|
||||||
|
|
||||||
|
|
||||||
def invitations(room_id, state):
|
def invitations(room_id, state):
|
||||||
global bot
|
global bot
|
||||||
|
|
Loading…
Reference in a new issue