diff --git a/modules/quotes.js b/modules/quotes.js index 8372134..12465d1 100644 --- a/modules/quotes.js +++ b/modules/quotes.js @@ -137,7 +137,7 @@ var quotes = function(dbot) { event.reply(dbot.t('locked_category', {'category': key})); } } else { - event.reply(dbot.t('category_not_found')); + event.reply(dbot.t('category_not_found', {'category': key})); } } else { event.reply(dbot.t('rmlast_spam'));