diff --git a/asmodee.py b/asmodee.py index fc8ca2c..493d6bf 100755 --- a/asmodee.py +++ b/asmodee.py @@ -1278,6 +1278,7 @@ def modo(room,event): # Definition d'un moderateur lmod = modos[room.room_id] except: lmod = [] + print(event) args = event['content']['body'].split() args.pop(0) if (len(args) > 1 and args[0] == "add"):