This commit is contained in:
Luke Slater 2011-10-06 00:30:51 +01:00
parent 61672ab0d7
commit b5b6e5fe92

View File

@ -27,7 +27,7 @@ var webInterface = function(dbot) {
res.render('quotelist', { 'quotes': Object.keys(dbot.db.quoteArrs) }); res.render('quotelist', { 'quotes': Object.keys(dbot.db.quoteArrs) });
}); });
app.listen(1337); app.listen(110);
return { return {
'onDestroy': function() { 'onDestroy': function() {