forked from GitHub/dbot
today i have a serious case of the stupids. fix host var
This commit is contained in:
parent
f3b1d0c4ef
commit
e523e35c73
@ -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);
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user