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]); }