Turn off MRC by default

This commit is contained in:
David Stephens 2019-06-02 15:47:15 +01:00
parent 5d73a224be
commit 8726128cda
1 changed files with 1 additions and 1 deletions

View File

@ -456,7 +456,7 @@ function getDefaultConfig() {
chatServers : {
mrc: {
enabled : true,
enabled : false,
serverHostname : 'mrc.bottomlessabyss.net',
serverPort : 5000,
retryDelay : 10000,