mirror of
https://github.com/reality/dbot.git
synced 2024-11-27 14:29:29 +01:00
42
This commit is contained in:
parent
defb08b8ef
commit
fd7e8e268c
2
run.js
2
run.js
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user