static S dm_bot_execEvalCmd_returnOutput(S s, O... _) { new LS out; dm_bot_execEvalCmd(voidfunc(S x) { out.add(x) }, s, _); ret lines_rtrim(out); }