receive_snoop(4) Driver Applies receive_snoop(4)
NAME
receive_snoop - catch incoming snoop text
SYNOPSIS
void receive_snoop( string message) ;
DESCRIPTION
If RECEIVE_SNOOP is defined in options.h, whenever a user is
snooping another user, all snoop text is sent to
receive_snoop() in his user object. Inside of this func-
tion, you can do as you wish with the text. A common
activity would be to receive() it.
SEE ALSO
catch_tell(4), receive(3), receive_message(4)
MudOS Last change: 5 Sep 1994 1