1
0
Fork 0
mirror of git://git.psyced.org/git/psyced synced 2024-08-07 04:57:23 +00:00
psyced/place/tuxedo.c

21 lines
445 B
C
Raw Normal View History

// test for junction'd rooms
#include <net.h>
#define NAME "tuXedo" // junction
#define PLACE_HISTORY
#define HISTORY_GLIMPSE 7
#ifdef BETA
# 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://beta.ve.symlynX.com/@" NAME
# echo tuXedo is a junction for beta.ve.symlynX.com.
#endif
#include <place.gen>