!7 cmodule MakeUserProfile > DynPrintLogAndEnabled { new JTitleAndBulletPoints data; visual wrap(data); S answer(S s) { new Matches m; if "my name is *" data.setTitle($1); null; } start { dm_onTopInput_q(vf answer); } }