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 private_files = account
4 read_only = yes
5
6 [internal:language]
7 capitalize_words = [ "i", "i'd", "i'll", "i'm" ]
8 default_punctuation = .
9 punctuation_ask = ?
10 punctuation_begin = [ ",", "-", ":", ";" ]
11 punctuation_exclaim = !
12 punctuation_muse = ...
13 punctuation_say = .
14
15 [internal:limits]
16 max_avatars = 7
17 password_tries = 3
18
19 [internal:network]
20 host = 
21 port = 6669
22
23 [internal:time]
24 definition_d = 24h
25 definition_h = 60mi
26 definition_mi = 10r
27 definition_mo = 28d
28 definition_r = 6
29 definition_w = 7d
30 definition_y = 12mo
31 frequency_log = 6000
32 frequency_save = 600
33 increment = 0.1
34