forked from GitHub/dbot
didnt mean to push that yet
This commit is contained in:
parent
a6ff79e5cd
commit
14b1727122
@ -12,7 +12,7 @@ var pages = function(dbot) {
|
|||||||
'/notify/:server': function(req, res) {
|
'/notify/:server': function(req, res) {
|
||||||
var server = req.params.server,
|
var server = req.params.server,
|
||||||
userCount = {},
|
userCount = {},
|
||||||
users = {};
|
users = [];
|
||||||
|
|
||||||
this.db.scan('notifies', function(notify) {
|
this.db.scan('notifies', function(notify) {
|
||||||
if(!_.has(userCount, notify.user)) {
|
if(!_.has(userCount, notify.user)) {
|
||||||
|
Loading…
Reference in New Issue
Block a user