i actually am an idiot

This commit is contained in:
reality 2015-03-14 09:55:39 +00:00
parent b8e3f13816
commit f3b1d0c4ef

View File

@ -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);
}); });