!7 cmodule CollectSystemStatuses > DynPrintLogAndEnabled { start { dm_machineGroupChat(); dm_vmBus_onMessage_q gotFromMachineChat(voidfunc(S msg) { if (!enabled) ret; PairS authorPair = getAuthorOfSignedText2(msg); S author = pairB(authorPair); // verified author if (empty(author)) ret; msg = trim(unsign(msg)); print("System status " + author + ": " + msg); }); } }