/who does actually find the channels a user is on just use this as an example:
on blah:TEXT:`find*:#:{ /who $2 }
raw 352:*:{
if (*#* iswm $2) {
msg $comchan($me,1) $2
}
else {
HALT
}
}