static S sendToAwareness(S ip, S line, O... args) {
  ret sendToPublicCommBotOpt(ip, forward("Awareness", format(line, args)));
}