static S sendOpt(S bot, S text, O... args) { ret sendToLocalBotOpt(bot, text, args); } static S sendOpt(int port, S text, O... args) { ret sendToLocalBotOpt(port, text, args); }