forked from GitHub/dbot
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}));
|
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'));
|
||||||
|
Loading…
Reference in New Issue
Block a user