// it's an L (with external class SlackMsg) static L getTBLog() { O slurper = getBot("#1002185"); L log = cast call(slurper, "getLog", "talkingbots"); // drop messages tagged as "ignore" /* Map> tagsByTS = (Map) getFromOtherBot("#1002192", "tagsByTS"); if (tagsByTS == null) ret log; print("has tags map (l=" + l(tagsByTS) + "), example tag: " + tagsByTS.keySet().iterator().next()); new L l; for (O o : log) { S ts = getString(o, "ts"); if (ts != null && !contains(tagsByTS.get(ts), "ignore")) l.add(o); } ret l;*/ ret log; }