Browse Source

debug modo vide

master
Nemesis 6 years ago
parent
commit
32cf2c250d
  1. 1
      asmodee.py

1
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"):

Loading…
Cancel
Save