27 lines
614 B
Plaintext
27 lines
614 B
Plaintext
|
|
QUERY_SNOOP(1) QUERY_SNOOP(1)
|
|
|
|
NAME
|
|
query_snoop() - returns whoever is snooping an object
|
|
|
|
SYNOPSIS
|
|
object query_snoop(object snoopee)
|
|
|
|
DESCRIPTION
|
|
Given a player as an argument, this function will return
|
|
the player object, if any, which is snooping the object
|
|
argument. This is an override of a MudOS efun to provide
|
|
some protection against global use.
|
|
|
|
LOCATION
|
|
/secure/sefun/sefun.c
|
|
|
|
SEE ALSO
|
|
the query_snoop() efun
|
|
|
|
Author
|
|
Descartes of Borg
|
|
|
|
1
|
|
|