forked from GitHub/dbot
Merge pull request #23 from psquid/master
Use bot's name when fetching ~d quotes, rather than hardcoding 'depressionbot'
This commit is contained in:
commit
0aab68c01f
@ -193,7 +193,7 @@ var quotes = function(dbot) {
|
||||
},
|
||||
|
||||
'~d': function(data, params) {
|
||||
dbot.say(data.channel, data.user + ': ' + dbot.interpolatedQuote('depressionbot'));
|
||||
dbot.say(data.channel, data.user + ': ' + dbot.interpolatedQuote(dbot.name));
|
||||
},
|
||||
|
||||
'~link': function(data, params) {
|
||||
|
Loading…
Reference in New Issue
Block a user