static SS botLangList_uncached(S snippetID) { SS map = new TreeMap; for (S s : toLinesFullTrim(loadSnippet(snippetID))) { L l = splitAtSpace(s); if (l(l) == 2) map.put(lower(dropPrefix("#", plusToSpace(first(l)))), plusToSpace(second(l))); } ret map; }