From 1503ad4ed5b838bd9b386ed86b5977a539a09dd2 Mon Sep 17 00:00:00 2001 From: Luke Slater Date: Tue, 27 Mar 2012 15:04:32 +0100 Subject: [PATCH] Revert "lower case interpolation whatsits" This reverts commit acb427a24eb044455f05607c3e67a9052f06ede5. --- modules/quotes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/quotes.js b/modules/quotes.js index 36837f1..7f20c37 100644 --- a/modules/quotes.js +++ b/modules/quotes.js @@ -18,7 +18,7 @@ var quotes = function(dbot) { var thisRef; while(quoteRefs && (thisRef = quoteRefs.shift()) !== undefined) { - var cleanRef = dbot.cleanNick(thisRef.replace(/^~~/,'').replace(/~~$/,'').trim().toLowerCase()); + var cleanRef = dbot.cleanNick(thisRef.replace(/^~~/,'').replace(/~~$/,'').trim()); if (quotes.hasOwnProperty(cleanRef)) { quoteTree.push(key); quoteString = quoteString.replace("~~" + cleanRef + "~~",