svoid dm_putRecognizedSpeechInAIBar() { final DynModule mod = dm_current_mandatory(); onSpeechRecognized(voidfunc(S s) { temp mod.enter(); if (!match("stop listening", s)) dm_setAIBarText(s); }); }