Rolisteam/DiceParser

Macros expanding in comments

futuraprime opened this issue · 2 comments

I've created a macro for Ars Magica stress dice, which I assigned the label s—but this gets caught in comments, like so:

Player:
!1d10+7 # Vis

DiceParser BOT:
Vid10e1y;$1k1;$1c1;$22**$3;$1i[=10]{"botched (%2)"}{"rolled %3 (%2)"}
# 10
Details:[1d10+7 #  (3)]

(The 's' in Vis has been converted into the command macro)

It is not a bug, you have to specify a less permissive triggering pattern for the macro.

See #142 for explanation