3
0
mirror of https://github.com/reality/dbot.git synced 2024-12-25 20:22:39 +01:00

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);