From 96dc972637133e39d3fd319f65ba7db5443e9b65 Mon Sep 17 00:00:00 2001 From: reality Date: Sat, 14 Mar 2015 09:51:22 +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 92373b0..63569fa 100644 --- a/modules/report/commands.js +++ b/modules/report/commands.js @@ -302,7 +302,7 @@ var commands = function(dbot) { if(host) { var results = []; this.db.scan('notifies', function(notify) { - event.reply(notify.host); + event.reply(notify); if(notify && _.has(notify, 'host') && notify.host === host) { results.push(notify.message); }