From 522a1d9f69746a09029b6523d64fc0e2e00b4c88 Mon Sep 17 00:00:00 2001 From: Luke Slater Date: Sun, 28 Aug 2011 17:19:38 +0100 Subject: [PATCH] join --- run.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/run.js b/run.js index 8ee5b7f..c22e687 100644 --- a/run.js +++ b/run.js @@ -13,6 +13,9 @@ var DBot = function(dModules, quotes) { this.instance = jsbot.createJSBot(this.name, 'elara.ivixor.net', 6667, this, function() { this.instance.join('#realitest'); + this.instance.join('#itonlygetsworse'); + this.instance.join('#42'); + this.instance.join('#fail'); }.bind(this)); this.moduleNames = dModules;