!7 // cmodule fails because of loadPageWithUserAgent module GBot > DynDiscordHopper { S myName = "GBot"; int defaultResults = 1; @Override S answer(S input, Map map) { ret mapEachLine_tlft_nempties(input, s -> { new Matches m; if (swic_trim(s, myName + ":", m)) ret discord_google(m.rest(), results := defaultResults); null; }); } }