From b5b6e5fe92eb5eb70bce2aebed7f161884553919 Mon Sep 17 00:00:00 2001 From: Luke Slater Date: Thu, 6 Oct 2011 00:30:51 +0100 Subject: [PATCH] port 110 --- modules/web.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/web.js b/modules/web.js index 21ad6f6..6551293 100644 --- a/modules/web.js +++ b/modules/web.js @@ -27,7 +27,7 @@ var webInterface = function(dbot) { res.render('quotelist', { 'quotes': Object.keys(dbot.db.quoteArrs) }); }); - app.listen(1337); + app.listen(110); return { 'onDestroy': function() {