3
0
mirror of https://github.com/reality/dbot.git synced 2024-11-24 04:49:25 +01:00

more likely

This commit is contained in:
reality 2015-03-24 19:34:12 +00:00
parent bcdf86d7ff
commit 0a9a5a95d0

View File

@ -119,7 +119,7 @@ var words = function(dbot) {
pre = 'You';
}
if(Math.floor(Math.random() * (26)) == 1) {
if(Math.floor(Math.random() * (6)) == 1) {
dbot.api.quotes.getQuote('should_responses', function(q) {
event.reply(pre + ' should ' + q);
});