From 8726128cda8e96ba8128f2d0457f490af0d7f933 Mon Sep 17 00:00:00 2001 From: David Stephens Date: Sun, 2 Jun 2019 15:47:15 +0100 Subject: [PATCH] Turn off MRC by default --- core/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/config.js b/core/config.js index a4762e91..c8a4c46a 100644 --- a/core/config.js +++ b/core/config.js @@ -456,7 +456,7 @@ function getDefaultConfig() { chatServers : { mrc: { - enabled : true, + enabled : false, serverHostname : 'mrc.bottomlessabyss.net', serverPort : 5000, retryDelay : 10000,