From the NannyMUD documentation
2001-10-22
NAME
remove_sensitivity - remove sensitivity data.LOCATION
/obj/sensitivities.cSYNTAX
varargs int remove_sensitivity(string type, object obj)DESCRIPTION
This function removes the sensitivity entry type for the object given as argument. If no object is given, the data for the calling object is removed.SEE ALSO
sensitivities in lfun/living/sensitivities sensitivities in lfun/living/sensitivitySEE ALSO
add_sensitivity in lfun/living/add_sensitivitySEE ALSO
query_sensitivity in lfun/living/query_sensitivity