erc-remove-if-not

erc-remove-if-not is a compiled Lisp function in `erc-compat.el'.

(erc-remove-if-not PREDICATE SEQ)

Remove all items not satisfying PREDICATE in SEQ.
This is a non-destructive function; it makes a copy of SEQ to
avoid corrupting the original SEQ.