FIXME in file /secure/daemons/finger_d.c line 62:

 the visname should be queried from somewhere...

Code:
		 visname: capitalize(userid),
		 real_name: info[0],
		 email: info[1],
		 nickname: info[2],
FIXME in file /secure/daemons/finger_d.c line 126:

 a person can get this info via I3 as a player... let it thru here

Code:
    if ( 1 /* wizardp(this_user()) */ )
#else
    if ( check_privilege(1) )
#endif
