forked from GitHub/dbot
concerning
This commit is contained in:
parent
89384492d1
commit
6fc93344a8
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user