X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=blobdiff_plain;f=mudpy.conf;h=6ad101e39f8415f5db728b42cd4f1831363ed80d;hp=3ccdceed841f0cb597d5fc5b218442a6401fe521;hb=bc857f2685bcbe1772d943a04bdbafd6aafcb883;hpb=7b8056e7b2eac4fb4e87708afa3de90c3fc02032 diff --git a/mudpy.conf b/mudpy.conf index 3ccdcee..6ad101e 100644 --- a/mudpy.conf +++ b/mudpy.conf @@ -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