From 309755ba5d3504dbd007809a2a853869c0e3654d Mon Sep 17 00:00:00 2001 From: Luke Slater Date: Sat, 17 Mar 2012 13:49:08 +0000 Subject: [PATCH] err debug --- modules/quotes.js | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/quotes.js b/modules/quotes.js index da57a11..f65989b 100644 --- a/modules/quotes.js +++ b/modules/quotes.js @@ -33,6 +33,7 @@ var quotes = function(dbot) { while(paramRefs && (thisParam = paramRefs.shift()) !== undefined) { thisParam = thisParam[1]; + console.log(thisParam); if(thisParam < params.length) { quoteString = quoteString.replace("~~$" + thisParam + "~~", params[thisParam]); }