!7 cmodule AndroidCatBot > DynPrintLogAndEnabled { start { dm_vmBus_onMessage_q androidCatInput(voidfunc(O mod, S input) { if (!enabled) ret; print("Have " + n2(dm_attractorBotModules(), "bot module")); print("> " + input); dm_sendToAllAttractorBots(input, voidfunc(S s) { print("< " + s); vmBus_send androidCatShouldSay(s); }); }); } }