From 78b9bf2525fcee190e9345880923830fa5ea266b Mon Sep 17 00:00:00 2001 From: reality Date: Mon, 29 Jul 2013 19:12:16 +0000 Subject: [PATCH] dope --- modules/web/web.js | 2 ++ 1 file changed, 2 insertions(+) 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(); } } };