3
0
mirror of https://github.com/reality/dbot.git synced 2024-11-24 04:49:25 +01:00

web fix. dope

This commit is contained in:
reality 2013-01-13 17:18:30 +00:00
parent f8ed6b04fc
commit dff5825bfe
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
{ {
"webHost": "localhost", "webHost": "localhost",
"webPort": 8090 "webPort": 9001
} }

2
run.js
View File

@ -207,7 +207,7 @@ DBot.prototype.reloadModules = function() {
if(module.pages) { if(module.pages) {
_.extend(this.pages, module.pages); _.extend(this.pages, module.pages);
_.each(module.pages, function(page) { _.each(module.pages, function(page) {
page.module = name; page.module = module;
}, this); }, this);
} }