mirror of
https://github.com/reality/dbot.git
synced 2024-12-23 19:22:42 +01:00
port 110
This commit is contained in:
parent
61672ab0d7
commit
b5b6e5fe92
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user