mirror of
https://github.com/reality/dbot.git
synced 2024-11-27 14:29:29 +01:00
bleh
This commit is contained in:
parent
148a7a6693
commit
dc2b61b21d
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user