3
0
mirror of https://github.com/reality/dbot.git synced 2024-11-27 14:29:29 +01:00

right name...

This commit is contained in:
Luke Slater 2011-09-04 15:52:44 +01:00
parent 7071a7dac6
commit 94bc9929ce

2
run.js
View File

@ -8,7 +8,7 @@ var modules = ['user', 'admin', 'puns', 'kick', 'reality', 'karma', 'youare', 'q
var DBot = function(dModules, timers) { var DBot = function(dModules, timers) {
this.admin = 'reality'; this.admin = 'reality';
this.waitingForKarma = false; this.waitingForKarma = false;
this.name = 'deressionbot'; this.name = 'depressionbot';
this.db = JSON.parse(fs.readFileSync('db.json', 'utf-8')); this.db = JSON.parse(fs.readFileSync('db.json', 'utf-8'));
this.timers = timers.create(); this.timers = timers.create();