3
0
mirror of https://github.com/reality/dbot.git synced 2025-01-11 12:32:36 +01:00
This commit is contained in:
reality 2013-07-29 19:12:16 +00:00
parent 5214feba00
commit 78b9bf2525

View File

@ -170,6 +170,8 @@ var webInterface = function(dbot) {
'message': 'You need to log in to access this module.'
});
}
} else {
return next();
}
}
};