Function add_enter_msg:
Defined in module m_exit (file: /std/modules/m_exit.c)

Add an additional enter message to a given exit.
The message can be a function pointer or a string
If multiple messages are passed, a random one will be selected when invoked

Prototype:
void add_enter_msg(string direction, mixed array message...);
