rcirc-condition-filter

rcirc-condition-filter is a compiled Lisp function in `rcirc.el'.

(rcirc-condition-filter CONDP LST)

Remove all items not satisfying condition CONDP in list LST.
CONDP is a function that takes a list element as argument and returns
non-nil if that element should be included. Returns a new list.