static S dataSnippetLink(S snippetID) { long id = parseSnippetID(snippetID); if (id >= 1100000 && id < 1200000) ret imageServerURL() + id; if (id >= 1200000 && id < 1300000) { // Woody files, actually S pw = muricaPassword(); if (empty(pw)) fail("Please set 'murica password by running #1008829"); ret "https://botcompany.de/files/" + id + "?_pass=" + pw; // XXX, although it typically gets hidden when printing } ret fileServerURL() + "/" + id /*+ "?_pass=" + muricaPassword()*/; }