psyced/place/tuxedo.c

21 lines
438 B
C
Raw Permalink Normal View History

// test for junction'd rooms
#include <net.h>
#define NAME "tuXedo" // junction
#define PLACE_HISTORY
#define HISTORY_GLIMPSE 7
2009-01-26 20:12:53 +00:00
#ifdef SYMLYNX
# define PLACE_OWNED ADMINISTRATORS
//# define MASTER
# echo tuXedo is a masterplace.
//# define ALLOW_EXTERNAL_FROM "psyc://andrack.tobij.de"
#else
# define JUNCTION
2009-01-26 20:12:53 +00:00
# define CONNECT "psyc://ve.symlynX.com/@" NAME
# echo tuXedo is a junction for ve.symlynX.com.
#endif
#include <place.gen>