3
0
mirror of https://github.com/reality/dbot.git synced 2024-11-27 14:29:29 +01:00

ah just remove that shit for now

This commit is contained in:
reality 2013-07-27 23:11:02 +00:00
parent ba9921919f
commit e3b35adb1c

View File

@ -3,13 +3,7 @@ var _ = require('underscore')._;
var pages = function(dbot) {
return {
'/imgur/random': function(req, res) {
var quoteCat = dbot.db.quoteArrs[dbot.config.modules.imgur.highscore],
highScore = 0;
if(quoteCat) {
highScore = _.last(quoteCat);
}
var highScore = 0;
res.render('imgurr', { "highscore" : highScore });
},