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:
parent
f8b1e3316f
commit
5e71be8601
@ -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'));
|
||||
|
Loading…
Reference in New Issue
Block a user