modo sur invitation

This commit is contained in:
Nemesis 2018-07-27 14:11:43 +02:00
parent d543692ad1
commit 88561c73f6

View file

@ -1495,7 +1495,6 @@ def invitations(room_id, state): # Reponse aux invitations
try: try:
global bot global bot
bot.client.join_room(room_id) bot.client.join_room(room_id)
room_id = event['room_id']
room = bot.client.rooms[room_id] room = bot.client.rooms[room_id]
if ('welcome' in liste_mod): if ('welcome' in liste_mod):