3
0
mirror of https://github.com/reality/dbot.git synced 2024-11-27 14:29:29 +01:00
This commit is contained in:
reality 2015-03-24 19:39:09 +00:00
parent 148a7a6693
commit dc2b61b21d

View File

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