static S sendToRemoteBot(S botName, S line, O... args) { line = format3(line, args); //print("Sending to remote bot " + quote(botName) + ": " + quote(shorten(line, 100))); if (!eq(botName, "Public Comm Bot")) line = format3("Please forward to bot *: *" , botName, line); ret sendToCentralBot(line); }