!7 cmodule IsBot > DynAttractorBot { AttractorBot makeBot() { ret new AttractorBot { { standardAttractor(MatchDoubleRestAttractor("is", r { emitAnswer("yes, obviously") })); } }; } }