This commit is contained in:
reality 2013-08-24 17:56:54 +00:00
parent 570239cccf
commit 83ffee2874

View File

@ -16,7 +16,7 @@ var pages = function(dbot) {
this.db.scan('notifies', function(notify) { this.db.scan('notifies', function(notify) {
if(!_.has(userCount, notify.user)) { if(!_.has(userCount, notify.user)) {
userCount[notify.user] = 0; userCount[notify.user] = 1;
} else { } else {
userCount[notify.user]++; userCount[notify.user]++;
} }