Closed nbr23 closed 9 years ago
Fixes issues encountered when using alias with multiple parameters (${1} ${2}), when using ranges (${1:} or ${1:3}) and when using the same variable/parameter multiple times (${1} ${1} ${1}).
${1} ${2}
${1:}
${1:3}
${1} ${1} ${1}
You did an awesome work @nbr23, I've already pulled it to master. Thanks a lot for your contributions on nemubot!
Fixes issues encountered when using alias with multiple parameters (
${1} ${2}
), when using ranges (${1:}
or${1:3}
) and when using the same variable/parameter multiple times (${1} ${1} ${1}
).