forked from GitHub/dbot
oops
This commit is contained in:
parent
46d5df86c2
commit
148e4a43db
@ -308,7 +308,7 @@ var commands = function(dbot) {
|
|||||||
}, function() {
|
}, function() {
|
||||||
event.reply(nick + ' has sought help ' + results.length + ' times under the host ' + host + ' or nick ' + nick);
|
event.reply(nick + ' has sought help ' + results.length + ' times under the host ' + host + ' or nick ' + nick);
|
||||||
_.each(results, function(n) {
|
_.each(results, function(n) {
|
||||||
event.reply('[' + moment(parseInt(n.time)).format('DD/MM/YYYY') + '][' + n.user.split('.')[0] '] ' + n.message);
|
event.reply('[' + moment(parseInt(n.time)).format('DD/MM/YYYY') + '][' + n.user.split('.')[0] + '] ' + n.message);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user