Imported from archive.
[mudpy.git] / mudpy.conf
1 [files]
2 accounts = ./lib/accounts
3 avatars = data/avatars
4 commands = data/commands
5 internals = data/internals
6 menus = ./lib/menus
7 modules = ./lib
8 universe = data/universe/index
9
10 [general]
11 password_tries = 3
12
13 [language]
14 capitalize = i i'd i'll i'm
15 default_punctuation = .
16 punctuation_ask = ?
17 punctuation_begin = , - : ;
18 punctuation_exclaim = !
19 punctuation_muse = ...
20 punctuation_say = .
21
22 [network]
23 host = 
24 port = 6669
25
26 [time]
27 definition_d = 24h
28 definition_h = 60mi
29 definition_mi = 10r
30 definition_mo = 28d
31 definition_r = 6
32 definition_w = 7d
33 definition_y = 12mo
34 frequency_log = 6000
35 frequency_save = 600
36 increment = 0.1
37