If user has caps
if ( current_user_can('moderate_comments') ) { echo 'The current user can moderate comments'; } else { echo 'Well, not everyone has nice hair like Alex!' }