mirror of
https://github.com/reality/dbot.git
synced 2025-05-14 01:37:26 +02:00
Revert "lower case interpolation whatsits"
This reverts commit acb427a24eb044455f05607c3e67a9052f06ede5.
This commit is contained in:
parent
055ec14719
commit
1503ad4ed5
@ -18,7 +18,7 @@ var quotes = function(dbot) {
|
|||||||
var thisRef;
|
var thisRef;
|
||||||
|
|
||||||
while(quoteRefs && (thisRef = quoteRefs.shift()) !== undefined) {
|
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)) {
|
if (quotes.hasOwnProperty(cleanRef)) {
|
||||||
quoteTree.push(key);
|
quoteTree.push(key);
|
||||||
quoteString = quoteString.replace("~~" + cleanRef + "~~",
|
quoteString = quoteString.replace("~~" + cleanRef + "~~",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user