!7 sclass ClearTelegramPrintLogs > DynSingleFunctionWithPrintLog { void doIt { for (O mod : dm_listModules()) { S name; if (mod != this && cic(name = dm_moduleName(mod), "Telegram")) { print("Clearing print log of: " + name); clearPrintLogOf(mod); } } } }