3
0
mirror of https://github.com/reality/dbot.git synced 2024-11-24 04:49:25 +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; return key;
} }
new DBot(modules, timers); new DBot(timers);