1 | // Suck only human postings of web chat |
2 | static L<ChatLine> suckHumans(S myName) {
|
3 | new L<ChatLine> lines; |
4 | for (ChatLine l : suckWebChat(myName)) |
5 | if (!l.isBot) |
6 | lines.add(l); |
7 | ret lines; |
8 | } |
Began life as a copy of #1001576
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1001577 |
| Snippet name: | suckHumans |
| Eternal ID of this version: | #1001577/1 |
| Text MD5: | 2ebd22d1d5a2f63ff8fea46340ff872d |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2015-10-25 17:49:50 |
| Source code size: | 207 bytes / 8 lines |
| Pitched / IR pitched: | No / Yes |
| Views / Downloads: | 879 / 1168 |
| Referenced in: | [show references] |