today i have a serious case of the stupids. fix host var

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

View File

@ -306,7 +306,7 @@ var commands = function(dbot) {
results.push(notify.message);
}
}, function() {
event.reply(nick + ' has sought help ' + results.length + ' times under the host ' + notify.host);
event.reply(nick + ' has sought help ' + results.length + ' times under the host ' + host);
_.each(results, function(n) {
event.reply(n);
});