From f3b1d0c4ef6cd49b547e420af03cb053c8f1b295 Mon Sep 17 00:00:00 2001 From: reality Date: Sat, 14 Mar 2015 09:55:39 +0000 Subject: [PATCH] i actually am an idiot --- modules/report/commands.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/report/commands.js b/modules/report/commands.js index 02f3b5a..9ac6095 100644 --- a/modules/report/commands.js +++ b/modules/report/commands.js @@ -306,7 +306,7 @@ var commands = function(dbot) { results.push(notify.message); } }, function() { - event.reply(nick + ' has sought help ' + result.length + ' times under the host ' + notify.host); + event.reply(nick + ' has sought help ' + results.length + ' times under the host ' + notify.host); _.each(results, function(n) { event.reply(n); });