From fd7e8e268c0eb90ffebaa02b331a66d13a7d9cd8 Mon Sep 17 00:00:00 2001 From: Luke Slater Date: Thu, 13 Oct 2011 01:36:10 +0100 Subject: [PATCH] 42 --- run.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.js b/run.js index c122b12..f777498 100644 --- a/run.js +++ b/run.js @@ -13,7 +13,7 @@ var DBot = function(dModules, timers) { this.timers = timers.create(); this.instance = jsbot.createJSBot(this.name, 'irc.aberwiki.org', 6667, this, function() { - this.instance.join('#realitest'); + this.instance.join('#42'); }.bind(this)); this.moduleNames = dModules;