[#186] fix for modules too

This commit is contained in:
reality 2013-01-21 19:01:53 +00:00
parent d246293202
commit c061109b55

2
run.js
View File

@ -168,7 +168,7 @@ DBot.prototype.reloadModules = function() {
var config = {}; var config = {};
if(_.has(this.db.config, name)) { if(_.has(this.db.config, name)) {
config = this.db.config[name]; config = _.clone(this.db.config[name]);
} }
try { try {