static boolean canHyperMove(S botID) { botID = formatSnippetID(botID); S answer = sendToRemoteBot("Identity Manager", format3("what machine is * supposed to be on", botID)); new Matches m; return match3("this one: *", answer, m) && eq(getComputerID(), unquote(m.m[0])); }