3dfcdeb8dd108d27356276b3bc885f4347dd7d04
[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 [files]
17 modules =
18
19 [internal:general]
20 password_tries = 3
21
22 [internal:language]
23 capitalize = i i'd i'll i'm
24 default_punctuation = .
25 punctuation_ask = ?
26 punctuation_begin = , - : ;
27 punctuation_exclaim = !
28 punctuation_muse = ...
29 punctuation_say = .
30
31 [internal:network]
32 host = 
33 port = 6669
34
35 [internal:time]
36 definition_d = 24h
37 definition_h = 60mi
38 definition_mi = 10r
39 definition_mo = 28d
40 definition_r = 6
41 definition_w = 7d
42 definition_y = 12mo
43 frequency_log = 6000
44 frequency_save = 600
45 increment = 0.1
46