diff --git a/modules/report/commands.js b/modules/report/commands.js index 9ac6095..edb6835 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 ' + results.length + ' times under the host ' + notify.host); + event.reply(nick + ' has sought help ' + results.length + ' times under the host ' + host); _.each(results, function(n) { event.reply(n); });