Imported from archive.
[mudpy.git] / mudpy.conf
index 3ccdcee..6ad101e 100644 (file)
@@ -1,30 +1,22 @@
 [control]
+default_files = {"account": "account", "actor": "actor", "command": "command", "internal": "internal", "location": "location", "menu": "menu", "other": "other" }
+include_files = testdata
+private_files = account
 read_only = yes
 
-[categories]
-account = account
-actor = actor
-command = command
-internal = internal
-location = location
-menu = menu
-other = other
-
-[include]
-testdata = testdata
-
-[internal:general]
-password_tries = 3
-
 [internal:language]
-capitalize = i i'd i'll i'm
+capitalize_words = [ "i", "i'd", "i'll", "i'm" ]
 default_punctuation = .
 punctuation_ask = ?
-punctuation_begin = , - : ;
+punctuation_begin = [ ",", "-", ":", ";" ]
 punctuation_exclaim = !
 punctuation_muse = ...
 punctuation_say = .
 
+[internal:limits]
+max_avatars = 7
+password_tries = 3
+
 [internal:network]
 host = 
 port = 6669