Imported from archive.
[mudpy.git] / mudpy.conf
1 [control]
2 default_files = {"account": "account", "actor": "actor", "command": "command", "internal": "internal", "location": "location", "menu": "menu", "other": "other" }
3 include_files = testdata
4 private_files = account
5 read_only = yes
6
7 [internal:language]
8 capitalize_words = [ "i", "i'd", "i'll", "i'm" ]
9 default_punctuation = .
10 punctuation_ask = ?
11 punctuation_begin = [ ",", "-", ":", ";" ]
12 punctuation_exclaim = !
13 punctuation_muse = ...
14 punctuation_say = .
15
16 [internal:limits]
17 max_avatars = 7
18 password_tries = 3
19
20 [internal:network]
21 host = 
22 port = 6669
23
24 [internal:time]
25 definition_d = 24h
26 definition_h = 60mi
27 definition_mi = 10r
28 definition_mo = 28d
29 definition_r = 6
30 definition_w = 7d
31 definition_y = 12mo
32 frequency_log = 6000
33 frequency_save = 600
34 increment = 0.1
35