// Suck only human postings of web chat static L suckHumans(S myName) { new L lines; for (ChatLine l : suckWebChat(myName)) if (!l.isBot) lines.add(l); ret lines; }