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