From 21bd3640ba6b54d891683a7a2845772c57b3de18 Mon Sep 17 00:00:00 2001 From: Luke Slater Date: Thu, 20 Oct 2011 17:18:02 +0100 Subject: [PATCH] default channels --- run.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/run.js b/run.js index 93cb701..92be0b6 100644 --- a/run.js +++ b/run.js @@ -14,6 +14,8 @@ var DBot = function(dModules, timers) { this.instance = jsbot.createJSBot(this.name, 'irc.aberwiki.org', 6667, this, function() { this.instance.join('#42'); + this.instance.join('#itonlygetsworse'); + this.instance.join('#not42'); }.bind(this)); this.moduleNames = dModules;