3
0
mirror of https://github.com/reality/dbot.git synced 2024-11-27 14:29:29 +01:00
This commit is contained in:
Luke Slater 2011-10-12 18:16:52 +01:00
parent fca6c4f573
commit 2ec6423e99

2
run.js
View File

@ -14,8 +14,6 @@ var DBot = function(dModules, timers) {
this.instance = jsbot.createJSBot(this.name, 'irc.aberwiki.org', 6667, this, function() {
this.instance.join('#realitest');
this.instance.join('#42');
this.instance.join('#itonlygetsworse');
}.bind(this));
this.moduleNames = dModules;