!752 answer { //if (!master()) null; if "make home page *" { S uri = m.unq(0); boolean has = (bool) call(hpBot(), "hasURL", uri); if (has) ret "Oops, got that already. " + linkPage(uri); call(hpBot(), "setURL", uri, "Dummy entry for " + uri); ret "Yo! " + linkPage(uri); } } static O hpBot() { ret getBot("#1003007"); } static S linkPage(S uri) { ret botLink("#1003007") + addPrefix("/", uri); }