Fixed a bug with red_button introduced in a previous revision. Resolves issue95.

This commit is contained in:
Griatch 2010-09-02 07:48:39 +00:00
parent 900f6da80f
commit e114c33d8a
4 changed files with 12 additions and 9 deletions

View file

@ -65,7 +65,11 @@ LANGUAGE_CODE = 'en-us'
# since it creates a lot of help entries that has nothing to do
# with what is actually available in the game.
IMPORT_MUX_HELP = False
# How long time (seconds) a user may idle before being logged
# out. This can be set as big as desired. A user may avoid being
# thrown off by sending the empty system command 'idle' to the server
# at regular intervals.
IDLE_TIMEOUT = 3600
###################################################
# Evennia Database config