Just a quick look in modules/mod_whosonline.php i found:
(Lines 29-31)// calculate number of guests and members
$user_array = 0;
$guest_array = 0;
While I had my one admin account logged in it showed 1 member logged in.. I then changed user_array to 5 instead of 0 and showed 6.. think thats what you were looking for..