remove modules call when instantiating new dbot

This commit is contained in:
Luke Slater 2012-02-11 16:26:29 +00:00
parent 29aeb88184
commit d271861f65

2
run.js
View File

@ -131,4 +131,4 @@ DBot.prototype.cleanNick = function(key) {
return key;
}
new DBot(modules, timers);
new DBot(timers);