X-Git-Url: https://mudpy.org/gitweb?a=blobdiff_plain;f=etc%2Fmudpy.yaml;h=e6fd405aaf913feb7ef468f303d0b09f2d3cad8d;hb=304415a9df354462d0e2fd066df7713199d95651;hp=08832e6211e4968794bcfbe6cc2b94a73423fb3d;hpb=0ec6c2af4c21fa1cfcee1c76b5e53221faefab10;p=mudpy.git diff --git a/etc/mudpy.yaml b/etc/mudpy.yaml index 08832e6..e6fd405 100644 --- a/etc/mudpy.yaml +++ b/etc/mudpy.yaml @@ -1,4 +1,4 @@ -# Copyright (c) 2004-2014 Jeremy Stanley . Permission +# Copyright (c) 2004-2016 Jeremy Stanley . Permission # to use, copy, modify, and distribute this software is granted under # terms provided in the LICENSE file distributed with this software. @@ -9,10 +9,9 @@ __control__: private_files: [ "account.yaml" ] read_only: yes -internal:language: - actions: { "?": "ask", ",": "begin", "-": "begin", ":": "begin", ";": "begin", "!": "exclaim", "...": "muse", ".": "say" } - default_punctuation: . - typos: { "i": "I", "i'd": "I'd", "i'll": "I'll", "i'm": "I'm", "teh": "the", "theyre": "they're", "youre": "you're" } +.mudpy.linguistic.actions: { "?": "ask", ",": "begin", "-": "begin", ":": "begin", ";": "begin", "!": "exclaim", "...": "muse", ".": "say" } +.mudpy.linguistic.default_punctuation: . +.mudpy.linguistic.typos: { "i": "I", "i'd": "I'd", "i'll": "I'll", "i'm": "I'm", "teh": "the", "theyre": "they're", "youre": "you're" } internal:limits: #default_admins: [ "admin" ]