From ce6451c4f1ca086294f6e9736fd497db46b99899 Mon Sep 17 00:00:00 2001 From: Daniel Oaks Date: Wed, 11 Apr 2018 09:26:42 +1000 Subject: [PATCH] Enable languages and motd formatting by default --- oragono.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/oragono.yaml b/oragono.yaml index e670c84d..6c5aa757 100644 --- a/oragono.yaml +++ b/oragono.yaml @@ -58,7 +58,7 @@ server: # motd formatting codes # if this is true, the motd is escaped using formatting codes like $c, $b, and $i - #motd-formatting: true + motd-formatting: true # addresses/hostnames the PROXY command can be used from # this should be restricted to 127.0.0.1/8 and localhost at most @@ -345,7 +345,7 @@ datastore: # languages config languages: # whether to load languages - enabled: false + enabled: true # default language to use for new clients # 'en' is the default English language in the code