3
0
mirror of https://github.com/reality/dbot.git synced 2024-11-27 22:39:26 +01:00
This commit is contained in:
Luke Slater 2011-10-13 01:36:10 +01:00
parent defb08b8ef
commit fd7e8e268c

2
run.js
View File

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