mirror of
https://github.com/reality/dbot.git
synced 2024-11-23 20:39:25 +01:00
Make it show the new key for the previous change
This commit is contained in:
parent
b9b5d9913d
commit
7124798398
@ -49,7 +49,7 @@ var quotes = function(dbot) {
|
||||
if(quotes.hasOwnProperty(key)) {
|
||||
event.reply(key + ': ' + interpolatedQuote(key));
|
||||
} else if(quotes.hasOwnProperty(altKey)) {
|
||||
event.reply(key + ': ' + interpolatedQuote(altKey));
|
||||
event.reply(altKey + ': ' + interpolatedQuote(altKey));
|
||||
} else {
|
||||
event.reply(dbot.t('category_not_found', {'category': key}));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user