forked from GitHub/dbot
i actually am an idiot
This commit is contained in:
parent
b8e3f13816
commit
f3b1d0c4ef
@ -306,7 +306,7 @@ var commands = function(dbot) {
|
|||||||
results.push(notify.message);
|
results.push(notify.message);
|
||||||
}
|
}
|
||||||
}, function() {
|
}, function() {
|
||||||
event.reply(nick + ' has sought help ' + result.length + ' times under the host ' + notify.host);
|
event.reply(nick + ' has sought help ' + results.length + ' times under the host ' + notify.host);
|
||||||
_.each(results, function(n) {
|
_.each(results, function(n) {
|
||||||
event.reply(n);
|
event.reply(n);
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user