From 3eee7b6de26b38c295ea3a9c0c3aebbd8a8373b2 Mon Sep 17 00:00:00 2001 From: reality Date: Wed, 22 May 2013 17:27:40 +0000 Subject: [PATCH] fix syntax error in link.config --- modules/link/config.json | 2 +- modules/web/config.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/link/config.json b/modules/link/config.json index 34cc8a0..1e8f6f7 100644 --- a/modules/link/config.json +++ b/modules/link/config.json @@ -2,6 +2,6 @@ "autoTitle": false, "dependencies": [ "command" ], "ignorable": true, - "outputPrefix": "\u00034link\u000f" + "outputPrefix": "\u00032link\u000f", "help": "http://github.com/reality/depressionbot/blob/master/modules/link/README.md" } diff --git a/modules/web/config.json b/modules/web/config.json index e6b635e..d49b7e6 100644 --- a/modules/web/config.json +++ b/modules/web/config.json @@ -1,6 +1,6 @@ { "webHost": "nourishedcloud.com", - "webPort": 8080, + "webPort": 8050, "externalPath": false, "help": "https://github.com/reality/depressionbot/blob/master/modules/web/README.md" }