From 6fc93344a8be40e4a10d3706297a28e9e8ec17aa Mon Sep 17 00:00:00 2001 From: reality Date: Sat, 14 Mar 2015 09:49:15 +0000 Subject: [PATCH] concerning --- 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 0d6efd6..92373b0 100644 --- a/modules/report/commands.js +++ b/modules/report/commands.js @@ -302,8 +302,8 @@ var commands = function(dbot) { if(host) { var results = []; this.db.scan('notifies', function(notify) { + event.reply(notify.host); if(notify && _.has(notify, 'host') && notify.host === host) { - event.reply('found'); results.push(notify.message); } }, function() {