From b8a55400bdb43c6a0930430fd66c7a69b7540550 Mon Sep 17 00:00:00 2001 From: Luke Slater Date: Fri, 14 Oct 2011 13:26:51 +0100 Subject: [PATCH] qsearch --- modules/quotes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/quotes.js b/modules/quotes.js index 50ef67b..b4977dc 100644 --- a/modules/quotes.js +++ b/modules/quotes.js @@ -51,7 +51,7 @@ var quotes = function(dbot) { rmAllowed = false; dbot.say(data.channel, '\'' + quote + '\' removed from ' + q[1]); } else { - dbot.say(data.channel, param[1] + ' is locked. Commence incineration.'); + dbot.say(data.channel, q[1] + ' is locked. Commence incineration.'); } } else { dbot.say(data.channel, 'No quotes exist under ' + q[1]);