247:/secure/finger_player.c (/secure/finger_player.c)
(nomask int) match_password(string p)
/*
 * Function name: match_password
 * Description  : Match the password of a player with an arbitrary string
 *                that is claimed to be the password of a player. NOTE that
 *                if the player has NO password, everything matches.
 * Arguments    : string p - the password to match.
 * Returns      : int - true/false.
 */
