!7 html { new Matches m; if (flexMatchIC("* vs *", urldecode(dropPrefix("/", uri)), m)) { new CirclesAndLines cal; cal.imgZoom = 0.5; Circle a = cal.circle_autoVis($1, 0.23, 0.5); Circle b = cal.circle_autoVis($2, 0.77, 0.5); cal.arrow(a, "VS", b); BufferedImage img = cal.makeImage(600, 350); ret call(getMainBot(), "serveByteArray", toJPG(img), "image/jpeg"); } else ret "woot"; }