3
0
mirror of https://github.com/reality/dbot.git synced 2024-11-23 20:39:25 +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}));
}
} else {
event.reply(dbot.t('category_not_found'));
event.reply(dbot.t('category_not_found', {'category': key}));
}
} else {
event.reply(dbot.t('rmlast_spam'));