mud/lib/doc/applies/receive_snoop
2020-09-06 05:43:07 -07:00

15 lines
458 B
Plaintext

receive_snoop - catch incoming snoop text
void receive_snoop(string message);
If RECEIVE_SNOOP is defined in options.h or local_options,
whenever a user is snooping another
user, all snoop text is sent to receive_snoop() in their 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, receive
Tim Hollebeek Beek@ZorkMUD, Lima Bean, IdeaExchange, and elsewhere