calisto-20000323/
calisto-20000323/lib/
calisto-20000323/lib/etc/
calisto-20000323/lib/players/
calisto-20000323/lib/text/
calisto-20000323/log/
# Several of these options can be changed online using the set command

# The name of the talker, talker name must be inside double quotes eg "Calisto"
talker_name = "Calisto"

# The port on which people connect, if the program is not run as root, then
# this will have to be > 1024. Example defaults include 4000, which is often 
# used on MUDs such as Circle and Diku
port = 1066

# The name of the character that will automatically be granted all the privs
# This character can then be used to grant other people privs.
# The admin name must be in double quotes, eg "flibble"
admin_name = "admin"

# Use to enable hostname lookups on people who connect.
# set to 0 to disable, set to non 0 to enable
use_net_lookups = 1

# The length in time in minutes someone can be idle for before they are
# automatically disconnected from the program. Set to 0 to disable, eg no auto
# disconnect for being idle.
idle_boot_time = 60

# This is the maximum number of simultaneous coopnections allowed before
# the talker starts turning people away.
# set to 0 to disable, and allow an unlimited number of people to connect
# People with the a_base (Admin basic) priv, will allways be allowed in 
max_connections = 100