diff --git a/modules/web/web.js b/modules/web/web.js index 03bc8cb..7484988 100644 --- a/modules/web/web.js +++ b/modules/web/web.js @@ -170,6 +170,8 @@ var webInterface = function(dbot) { 'message': 'You need to log in to access this module.' }); } + } else { + return next(); } } };