Skip to main content

receive_snoop

Discworld driver help

receive_snoop

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 function, 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)