From 3d79363b592c0d70c9d6cdc570b6c7d97d4c35fc Mon Sep 17 00:00:00 2001 From: Luke Slater Date: Wed, 23 Nov 2011 21:08:18 +0000 Subject: [PATCH] change nick to dbox --- run.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.js b/run.js index 20b92de..3d9e2eb 100644 --- a/run.js +++ b/run.js @@ -10,7 +10,7 @@ var DBot = function(dModules, timers) { this.db = JSON.parse(fs.readFileSync('db.json', 'utf-8')); this.admin = this.config.admin || 'reality'; - this.name = this.config.name || 'depressionbot'; + this.name = this.config.name || 'dbox'; this.timers = timers.create(); this.waitingForKarma = false;