Browse Source

Enable languages and motd formatting by default

tags/v0.11.0-beta
Daniel Oaks 6 years ago
parent
commit
ce6451c4f1
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      oragono.yaml

+ 2
- 2
oragono.yaml View File

@@ -58,7 +58,7 @@ server:
58 58
 
59 59
     # motd formatting codes
60 60
     # if this is true, the motd is escaped using formatting codes like $c, $b, and $i
61
-    #motd-formatting: true
61
+    motd-formatting: true
62 62
 
63 63
     # addresses/hostnames the PROXY command can be used from
64 64
     # this should be restricted to 127.0.0.1/8 and localhost at most
@@ -345,7 +345,7 @@ datastore:
345 345
 # languages config
346 346
 languages:
347 347
     # whether to load languages
348
-    enabled: false
348
+    enabled: true
349 349
 
350 350
     # default language to use for new clients
351 351
     # 'en' is the default English language in the code

Loading…
Cancel
Save