mirror of
https://github.com/reality/dbot.git
synced 2024-11-24 12:59:34 +01:00
first reference
This commit is contained in:
parent
64f4979a85
commit
e0e1d6100d
@ -34,7 +34,7 @@ var quotes = function(dbot) {
|
|||||||
while(paramRefs && (thisParam = paramRefs.shift()) !== undefined) {
|
while(paramRefs && (thisParam = paramRefs.shift()) !== undefined) {
|
||||||
thisParam = thisParam[1];
|
thisParam = thisParam[1];
|
||||||
if(thisParam < params.length) {
|
if(thisParam < params.length) {
|
||||||
quoteString = quoteString.replace("~~$" + + "~~", params[thisParam]);
|
quoteString = quoteString.replace("~~$" + thisParam + "~~", params[thisParam]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user