Browse Source

verif body

master
nemesis 6 years ago
parent
commit
2203d52ca1
  1. 1
      asmodee.py

1
asmodee.py

@ -776,6 +776,7 @@ def statistiques(room,event):
usrstats1 = 0
usrstats2 = 0
if ('body' in event['content']):
try:
usrstats1 = stats[room.room_id,user]
except:

Loading…
Cancel
Save