NAME catch_tell - catch a tell to this_object() SYNOPSIS varargs int catch_tell(string str, mixed exclude) DESCRIPTION This function is called when this_object() catches a message. The second argument is optional and should be used to exclude additional objects. The function should return number of objects that catched the message. If config.h defines MUDOS_ROOM_ECHO, all objects in the inventory will be called catch_tell(str, exclude) too. It is however best to let the mudlib define such behaviour itself. SEE ALSO efun/communication/, funs/receive_message