change nick to dbox

This commit is contained in:
Luke Slater 2011-11-23 21:08:18 +00:00
parent 23e4e5d7c0
commit 3d79363b59

2
run.js
View File

@ -10,7 +10,7 @@ var DBot = function(dModules, timers) {
this.db = JSON.parse(fs.readFileSync('db.json', 'utf-8')); this.db = JSON.parse(fs.readFileSync('db.json', 'utf-8'));
this.admin = this.config.admin || 'reality'; this.admin = this.config.admin || 'reality';
this.name = this.config.name || 'depressionbot'; this.name = this.config.name || 'dbox';
this.timers = timers.create(); this.timers = timers.create();
this.waitingForKarma = false; this.waitingForKarma = false;