名称：
	receive_snoop - 抓住送进来的窥视 (snoop) 文字.
语法：
	void receive_snoop( string message) ;

	无传回值 receive_snoop( 字串 讯息 );
用法：
	如果 options.h 或 local_options 中定义 RECEIVE_SNOOP，则一个使用者
	窥视另一个使用者时，所有窥视的文字会送给使用者物件中的
	receive_snoop() 函式。在此函式中，您可以随意处理这些文字。
	receive_snoop() 函式的内容，通常仅把这些文字再送给 receive() 函式。
参考：
	catch_tell, receive
作者：
	Tim Hollebeek  Beek@ZorkMUD, Lima Bean, IdeaExchange, and elsewhere
翻译：
	spock@muds.net		2000.Apr.26.	v22 版
