forked from GitHub/dbot
interpol quote
This commit is contained in:
parent
0a9a5a95d0
commit
148a7a6693
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user