Rename internal:logging: to .mudpy.log
[mudpy.git] / etc / mudpy.yaml
index 08832e6..74cfe6e 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (c) 2004-2014 Jeremy Stanley <fungi@yuggoth.org>. Permission
+# Copyright (c) 2004-2016 Jeremy Stanley <fungi@yuggoth.org>. Permission
 # to use, copy, modify, and distribute this software is granted under
 # terms provided in the LICENSE file distributed with this software.
 
@@ -9,22 +9,19 @@ __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" }
-
-internal:limits:
-    #default_admins: [ "admin" ]
-    #default_backup_count: 10
-    max_avatars: 7
-    password_tries: 3
-
-internal:logging:
-    #file: mudpy.log
-    max_log_lines: 1000
-    stdout: yes
-    #syslog: mudpy
+.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" }
+
+#.mudpy.limit.admins: [ admin ]
+.mudpy.limit.avatars: 7
+#.mudpy.limit.backups: 10
+.mudpy.limit.password_tries: 3
+
+#.mudpy.log.file: mudpy.log
+.mudpy.log.lines: 1000
+.mudpy.log.stdout: true
+#.mudpy.log.syslog: mudpy
 
 internal:network:
     host: ::1