forked from GitHub/dbot
oops
This commit is contained in:
parent
9a44c41fbd
commit
330868686d
@ -263,7 +263,7 @@ var commands = function(dbot) {
|
||||
event.reply(dbot.t('search_results', {
|
||||
'category': haystack,
|
||||
'needle': needle,
|
||||
'quote': matches[_.random(0, _.size(matches) -1)].quote,
|
||||
'quote': matches[_.random(0, _.size(matches) -1)],
|
||||
'matches': matches.length
|
||||
}));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user