From 198fe9992da18cf9de0be65b83300894784f8919 Mon Sep 17 00:00:00 2001 From: Sam Nicholls Date: Mon, 17 Dec 2012 19:30:50 +0000 Subject: [PATCH] Fixed run.js Will now create dbKeys --- run.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.js b/run.js index fec9441..d3157f4 100644 --- a/run.js +++ b/run.js @@ -211,7 +211,7 @@ DBot.prototype.reloadModules = function() { try { var config = JSON.parse(fs.readFileSync(moduleDir + 'config.json', 'utf-8')) this.config[name] = config; - for(var i=0;i