3
0
mirror of https://github.com/reality/dbot.git synced 2024-12-24 19:52:36 +01:00
This commit is contained in:
Luke Slater 2011-10-14 13:26:51 +01:00
parent a5960b8daf
commit b8a55400bd

View File

@ -51,7 +51,7 @@ var quotes = function(dbot) {
rmAllowed = false; rmAllowed = false;
dbot.say(data.channel, '\'' + quote + '\' removed from ' + q[1]); dbot.say(data.channel, '\'' + quote + '\' removed from ' + q[1]);
} else { } else {
dbot.say(data.channel, param[1] + ' is locked. Commence incineration.'); dbot.say(data.channel, q[1] + ' is locked. Commence incineration.');
} }
} else { } else {
dbot.say(data.channel, 'No quotes exist under ' + q[1]); dbot.say(data.channel, 'No quotes exist under ' + q[1]);