!7 cmodule IsBot > DynAttractorBot { AttractorBot makeBot() { ret attractorBotFromLambda(s -> { if (matchDoubleRest("is", s)) emitAnswer("yes, obviously"); }); } }