mirror of
https://github.com/reality/dbot.git
synced 2025-02-20 07:20:59 +01:00
test
This commit is contained in:
parent
fca6c4f573
commit
2ec6423e99
2
run.js
2
run.js
@ -14,8 +14,6 @@ var DBot = function(dModules, timers) {
|
|||||||
|
|
||||||
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('#realitest');
|
||||||
this.instance.join('#42');
|
|
||||||
this.instance.join('#itonlygetsworse');
|
|
||||||
}.bind(this));
|
}.bind(this));
|
||||||
|
|
||||||
this.moduleNames = dModules;
|
this.moduleNames = dModules;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user