!7 p { S last = ""; repeat with sleep 1 { S s = sendToPublicCommBot("192.168.178.24", forward("Recognizer.", "text")); s = substring(s, smartIndexOf(s, ":")+1); S ss = s; if (startsWith(s, last)) ss = dropPrefixTrim(last, s); last = s; if (nempty(ss)) print(ss); } }