static S sendToLocal(S bot, S text, O... args) {
  ret sendToLocalBot(bot, text, args);
}

static S sendToLocal(int port, S text, O... args) {
  ret sendToLocalBot(port, text, args);
}