sS startBotAndSend(S botName, S botID, S msg, O... args) { startBot(botName, botID); ret send(botName, msg, args); }