static int sayInWebChat_room = 1; static void sayInWebChat(S botName, S line) { if (botName == null || line == null) ret; loadPage("tinybrain.de:8080/tb-int/groupchat.json.botsay.php?name=" + urlencode(botName) + "&line=" + urlencode(line) + "&room=" + sayInWebChat_room); }