!7 p { ai1lol_onNewUAIP_noLookback(10, f blubb); } svoid blubb(S ua, S ip, bool hasCookie) { if (!hasCookie) ret; print(" => " + ua + " at " + ip + " in the house!"); S line = "Hello " + (hasCookie ? "cookieful" : " cookieless") + " " + ua + " from " + or2(expandCountryCode(ipToCountry(dropAfterComma(ip))), "somewhere") + "!"; //lines.add(line); postToStefansChat(line); }