forked from GitHub/dbot
Merge github.com:reality/depressionbot into database
This commit is contained in:
commit
48ce88490d
@ -58,6 +58,7 @@ var imgur = function(dbot) {
|
|||||||
if (_.contains(category, testUrl)){
|
if (_.contains(category, testUrl)){
|
||||||
// there's probably less than 62^5 chance of this happening
|
// there's probably less than 62^5 chance of this happening
|
||||||
} else {
|
} else {
|
||||||
|
if(!_.has(dbot.db.quoteArrs, category)) dbot.db.quoteArrs[category] = [];
|
||||||
dbot.db.quoteArrs[category].push(testUrl);
|
dbot.db.quoteArrs[category].push(testUrl);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user