3
0
mirror of https://github.com/reality/dbot.git synced 2024-12-26 04:32:37 +01:00
This commit is contained in:
reality 2017-03-25 00:43:31 +00:00
parent 9a44c41fbd
commit 330868686d

View File

@ -263,7 +263,7 @@ var commands = function(dbot) {
event.reply(dbot.t('search_results', { event.reply(dbot.t('search_results', {
'category': haystack, 'category': haystack,
'needle': needle, 'needle': needle,
'quote': matches[_.random(0, _.size(matches) -1)].quote, 'quote': matches[_.random(0, _.size(matches) -1)],
'matches': matches.length 'matches': matches.length
})); }));
} }