mirror of
https://github.com/reality/dbot.git
synced 2024-11-24 04:49:25 +01:00
more likely
This commit is contained in:
parent
bcdf86d7ff
commit
0a9a5a95d0
@ -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);
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user