Move generic usernames to sysconf
This commit is contained in:
@@ -364,11 +364,6 @@
|
||||
*/
|
||||
#endif /* CHDIR */
|
||||
|
||||
/* If GENERIC_USERNAMES is defined, and the player's username is found
|
||||
* in the list, prompt for character name instead of using username.
|
||||
* A public server should probably disable this. */
|
||||
#define GENERIC_USERNAMES "play player game games nethack nethacker"
|
||||
|
||||
/*
|
||||
* Section 3: Definitions that may vary with system type.
|
||||
* For example, both schar and uchar should be short ints on
|
||||
|
||||
@@ -13,6 +13,7 @@ struct sysopt {
|
||||
or "one or two" or "one, two, or three", &c */
|
||||
char *explorers; /* like wizards, but for access to explore mode */
|
||||
char *shellers; /* like wizards, for ! command (-DSHELL); also ^Z */
|
||||
char *genericusers; /* usernames that prompt for user name */
|
||||
char *debugfiles; /* files to show debugplines in. '*' is all. */
|
||||
int env_dbgfl; /* 1: debugfiles comes from getenv("DEBUGFILES")
|
||||
* so sysconf's DEBUGFILES shouldn't override it;
|
||||
|
||||
Reference in New Issue
Block a user