!7 set flag DynModule. sclass TelegramThinkBot > DynPrintLog { void start { loadFunctions_preferCached(); watchStructureLog_plusLastLine(500, telegramLogFile(), voidfunc(Map map) { printStruct(map); S s = getString(map, 'text); S procedure = nlLookup(mechMap("Telegram Procedures"), s); if (procedure != null) { print(">> " + procedure); temp tempSetThreadLocal(telegram_msg_tl(), map); makeAndCall_initChild.set(voidfunc(Class c) { copyFields(mc(), c, 'telegram_msg_tl) }); S out = strOrNull(javaEvalOrInterpret(procedure)); postMessage(out); } }); } void postMessage(S s) { telegram_postToSendLog(s); } }