(disabled_commands): New econfig key.

(disable_coms): New, implements disabled_commands.
(init_player_commands): Call it.
This commit is contained in:
Markus Armbruster 2006-06-17 20:27:36 +00:00
parent db1ac2edf4
commit b63c69ef20
3 changed files with 30 additions and 1 deletions

View file

@ -43,7 +43,9 @@ char *privlog = "careless@invalid";
/* Divine hosts and networks */
char *privip = "127.0.0.1 ::1 ::ffff:127.0.0.1";
int keep_journal = 0;
char *disabled_commands = "";
int keep_journal = 0; /* journal log file enabled */
int WORLD_X = 64; /* World size - x */
int WORLD_Y = 32; /* World size - y */