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 = ["example", "template"]
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 #default_admins = admin
18 max_avatars = 7
19 password_tries = 3
20
21 [internal:network]
22 host = 
23 port = 6669
24
25 [internal:time]
26 definition_d = 24h
27 definition_h = 60mi
28 definition_mi = 10r
29 definition_mo = 28d
30 definition_r = 6
31 definition_w = 7d
32 definition_y = 12mo
33 frequency_log = 6000
34 frequency_save = 600
35 increment = 0.1
36