concerning

This commit is contained in:
reality 2015-03-14 09:49:15 +00:00
parent 89384492d1
commit 6fc93344a8

View File

@ -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() {