1
0
Fork 0
mirror of git://git.psyced.org/git/psyced synced 2024-07-31 08:46:07 +00:00
psyced/place/tuxedo.c
2009-01-26 21:12:53 +01:00

21 lines
438 B
C

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