static void uploadOutputSinceLastInput() { fS text = outputSinceLastInput(); if (showMessagesInGerman()) print(" [Poste " + n2(countLines(text), "Zeile", "Zeilen") + " in smartbotschat.botcompany.de]"); else print(" [Posting " + n2(countLines(text), "line") + " to smartbotschat.botcompany.de]"); thread "Upload" { loading { silentlyPostToSmartBotsChat("PROGRAM UPLOAD.\n\n" + text); }} }