Rolisteam / DiceParser

Powerful dice Roller is used as discord bot, irc bot, cli tool and inside Rolisteam : 1d20+4, 1L[head,arm,leg,belly,chest], 1d6+1d8, 8+5*3
http://www.rolisteam.org/
GNU General Public License v3.0
125 stars 31 forks source link

Curly brace artifact in output code #43

Closed Forekast closed 5 years ago

Forekast commented 5 years ago

For $X{Y}, where X>=10 && Y is any, an excess '}' is generated after normal output.

Example: Expected output of $15{3} might be 006 but instead outputs 006}

Thanks

obiwankennedy commented 5 years ago

I can't reproduce, could you give me a full command example ?

Forekast commented 5 years ago
!1d6;1d6;1d6;1d6;1d6;1d6;1d6;1d6;1d6;1d6;1d6;1d6;1d6;"$1{3} $2{3} $3{3} $4{3} $5{3} $6{3} $7{3} $8{3} $9{3} $10{3} $11{3} $12{3} $13{3} "

image

obiwankennedy commented 5 years ago

I did not deploy the solution yet. it will be done in the week end i think.