1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 19:44:20 +00:00

/endjoin solo per admin

This commit is contained in:
Steffo 2016-04-20 18:00:48 +02:00
parent 264d955fac
commit 478e78b71a

View file

@ -306,7 +306,7 @@ while True:
if r < 15:
p.role = 1
p.special = True
p.message("Sei stato assegnato alla squadra \U0001F608 *MIFIA*."
p.message("Sei stato assegnato alla squadra \U0001F608 *MIFIA*.\n"
"Apparirai agli altri come un membro del team ROYAL.\n"
"Depistali e non farti uccidere!\n"
"Il team ROYAL ucciderà la persona più votata di ogni turno.\n"
@ -391,4 +391,5 @@ while True:
else:
g.message("\u26A0\uFE0F La partita non è ancora iniziata; non puoi votare.")
elif t['text'].startswith("/endjoin"):
g.endjoin()
if t['from']['id'] == g.adminid:
g.endjoin()