From fb61ce21a5b7ea303204233fbdea28ccb6bc0c54 Mon Sep 17 00:00:00 2001 From: reality Date: Sat, 14 Mar 2015 09:43:34 +0000 Subject: [PATCH] concerning --- modules/report/commands.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/report/commands.js b/modules/report/commands.js index a0c6d29..f2744c2 100644 --- a/modules/report/commands.js +++ b/modules/report/commands.js @@ -298,8 +298,10 @@ var commands = function(dbot) { '~concerning': function(event) { var nick = event.params[1].trim(); + event.reply('starting'); dbot.api.nickserv.getUserHost(event.server, nick, function(host) { if(host) { + event.reply('got host'); var results = []; this.db.scan('notifies', function(notify) { if(notify && notify.host === host) {