3
0
mirror of https://github.com/reality/dbot.git synced 2024-11-23 20:39:25 +01:00

readd rmlast limit

This commit is contained in:
Luke Slater 2012-06-04 03:03:51 +01:00
parent 3f38356717
commit 034525e601

View File

@ -93,7 +93,7 @@ var quotes = function(dbot) {
},
'~rmlast': function(event) {
//if(rmAllowed == true || dbot.admin.include(event.user)) {
if(rmAllowed == true || dbot.admin.include(event.user)) {
var key = event.input[1].trim().toLowerCase();
if(quotes.hasOwnProperty(key)) {
if(!dbot.db.locks.include(key) || dbot.admin.include(event.user)) {
@ -109,9 +109,9 @@ var quotes = function(dbot) {
} else {
event.reply(dbot.t('no_quotes', {'category': q[1]}));
}
/*} else {
} else {
event.reply(dbot.t('rmlast_spam'));
}*/
}
},
/*'~rm': function(data, params) {