From the NannyMUD documentation
2000-12-16
NAME
users - Give an array of the current players.SYNTAX
object *users()DESCRIPTION
Gives an array of objectpointers to the currently interactive objects. This is most often the playerobjects, unless exec() has been run to swap a players interactivity into another object.