3
0
mirror of https://github.com/reality/dbot.git synced 2024-11-23 20:39:25 +01:00
This commit is contained in:
Luke Slater 2011-10-06 00:32:28 +01:00
parent b5b6e5fe92
commit fd4c2e8148

View File

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