#define BANISH "/secure/banish"
#define BAN_DIR "/secure/banished/"
#define BAN_REASONS ({\
"deadplayer", "badplayer", "npc", "race", "god", "confusing" })
#define BAN_MESSAGES ({\
"is an ancient, slain hero, you cannot sully the name.\n",\
"has displeased the Gods and is not welcome here any more.\n",\
"would get annoyed if you had the same name.\n",\
"is a racial name, thus it would be confusing to use it.\n",\
"blasts you with a lightning bolt! It is unwise to impersonate the Gods.\n",\
"would cause confusion as a name. Sorry.\n" })