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