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