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();
}
}
};