3
0
mirror of https://github.com/reality/dbot.git synced 2025-02-17 14:01:04 +01:00

missing key in category not found

This commit is contained in:
Luke Slater 2012-12-04 18:29:04 +00:00
parent f8b1e3316f
commit 5e71be8601

View File

@ -137,7 +137,7 @@ var quotes = function(dbot) {
event.reply(dbot.t('locked_category', {'category': key})); event.reply(dbot.t('locked_category', {'category': key}));
} }
} else { } else {
event.reply(dbot.t('category_not_found')); event.reply(dbot.t('category_not_found', {'category': key}));
} }
} else { } else {
event.reply(dbot.t('rmlast_spam')); event.reply(dbot.t('rmlast_spam'));