diff --git a/src/channel/autobump.js b/src/channel/autobump.js index 0bc7a438..2be7a7f3 100644 --- a/src/channel/autobump.js +++ b/src/channel/autobump.js @@ -622,8 +622,15 @@ AutobumpModule.prototype.loadConfig = function(_this){ if(err){ console.log("[Autobump Config] " + err); + + _this.agro = defAgro ; + _this.bumpFreq = defFreq; + _this.minBump = defMin; + _this.selmed = _this.lastHalfRandom; + _this.listsel = _this.smashList; + return; - } + } var data = JSON.parse(rdata);