Imported from archive.
[mudpy.git] / mudpy.conf
1 [files]
2 accounts = ./lib/accounts
3 commands = ./lib/commands
4 menus = ./lib/menus
5 modules = ./lib
6 variable = ./lib/save/variable
7 data = lib/index
8
9 [general]
10 password_tries = 3
11
12 [language]
13 capitalize = i i'd i'll i'm
14 default_punctuation = .
15 punctuation_ask = ?
16 punctuation_begin = , - : ;
17 punctuation_exclaim = !
18 punctuation_muse = ...
19 punctuation_say = .
20
21 [network]
22 host = 
23 port = 6669
24
25 [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