Ajout commande /tmra

This commit is contained in:
2020-09-13 23:08:52 +02:00
parent cec65edb83
commit cd291c4ae0
2 changed files with 24 additions and 3 deletions

View File

@ -628,7 +628,10 @@ export class RdDUtility {
} else if (command === "/tmrr") {
TMRUtility.getRencontre(commands[1], commands[2] )
return false
}
} else if (command === "/tmra") {
TMRUtility.getTMRAleatoire( )
return false
}
return true;
}