!7 module SendAIBar > DynPrintLog { S sendTo; bool enabled; transient Q q; start { q = dm_startQ(); ownResource(vmBus_onMessage('topInputChanged, voidfunc(fS s) { q.add(r { dm_privateChat_evalOnOtherMachine(machine, "dm_setAIBarText(" + quote(s) + ");") }) })); } }