3
0
mirror of https://github.com/reality/dbot.git synced 2024-11-23 20:39:25 +01:00

stupid typo

This commit is contained in:
Luke Slater 2012-02-28 14:26:12 +00:00
parent dba4403f70
commit a9a88723e3

View File

@ -27,7 +27,7 @@ var quotes = function(dbot) {
}
qSizes = qSizes.sort(function(a, b) { return a[1] - b[1]; });
qSizes = qSizes.slice(kickArr.length - 10).reverse();
qSizes = qSizes.slice(qSizes.length - 10).reverse();
var qString = "Largest categories: ";