This commit is contained in:
nemesis 2025-11-10 14:26:08 +01:00
parent 36dd532219
commit fdd8a381c8

View file

@ -933,7 +933,7 @@ async def verifPMRoom(room, message): # Pour obtenir ou créer un salon pour les
print("Nick bien formé")
client_id = bot.creds.username.split(':')[0].split('@')[1]
client_host = bot.creds.username.split(':')[1]
room_nick = client_id + "_" + nick
room_nick = "asmodee_" + client_id + "_" + nick
salon = None
room_id = prive.get(sender)
create = False