interpol quote

This commit is contained in:
reality 2015-03-24 19:36:36 +00:00
parent 0a9a5a95d0
commit 148a7a6693

View File

@ -120,7 +120,7 @@ var words = function(dbot) {
} }
if(Math.floor(Math.random() * (6)) == 1) { if(Math.floor(Math.random() * (6)) == 1) {
dbot.api.quotes.getQuote('should_responses', function(q) { dbot.api.quotes.getInterpolatedQuote('should_responses', event.server, event.channel.name, event.user, 'should_responses', function(q) {
event.reply(pre + ' should ' + q); event.reply(pre + ' should ' + q);
}); });
} else { } else {