3
0
mirror of https://github.com/reality/dbot.git synced 2025-01-23 18:44:14 +01:00

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);
}
}, 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) {
event.reply(n);
});