maybe a while loop, then match the user status on the nick ?

after that cline the nick in the userlist.
if ($nick isvo $chan) { cline -l 5 $chan $nick }

maybe replace $nick with a var, same goes for $chan, easyer when you use a while loop "i guess".