forked from GitHub/dbot
remove reality hard link
This commit is contained in:
parent
23e4e5d7c0
commit
8726c87c23
@ -132,10 +132,6 @@ var quotes = function(dbot) {
|
|||||||
var rQuote = Object.keys(quotes).random();
|
var rQuote = Object.keys(quotes).random();
|
||||||
dbot.say(data.channel, rQuote + ': ' + quotes[rQuote].random());
|
dbot.say(data.channel, rQuote + ': ' + quotes[rQuote].random());
|
||||||
},
|
},
|
||||||
|
|
||||||
'~reality': function(data, params) {
|
|
||||||
dbot.say(data.channel, dbot.db.quoteArrs['realityonce'].random());
|
|
||||||
},
|
|
||||||
|
|
||||||
'~d': function(data, params) {
|
'~d': function(data, params) {
|
||||||
dbot.say(data.channel, data.user + ': ' + dbot.db.quoteArrs['depressionbot'].random());
|
dbot.say(data.channel, data.user + ': ' + dbot.db.quoteArrs['depressionbot'].random());
|
||||||
@ -148,7 +144,6 @@ var quotes = function(dbot) {
|
|||||||
dbot.say(data.channel, 'Link to "'+params[1]+'" - http://nc.no.de:443/quotes/'+params[1]);
|
dbot.say(data.channel, 'Link to "'+params[1]+'" - http://nc.no.de:443/quotes/'+params[1]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
return {
|
return {
|
||||||
|
Loading…
Reference in New Issue
Block a user