static O callOtherBot(S botID, S function, O... args) { ret callBot(botID, function, args); }