ProjectMoon / matrix-dicebot

This repository is mirrored from: https://git.agnos.is/projectmoon/matrix-dicebot
https://git.agnos.is/projectmoon/matrix-dicebot
Other
4 stars 1 forks source link

Some invalid commands cause "0 commands executed" to be returned #35

Closed ProjectMoon closed 4 years ago

ProjectMoon commented 4 years ago

e.g. !rol 1d10 instead of !roll 1d10. This should return an error message instead of 0 commands executed. It's because the command parser doesn't currently show errors on multi-executed commands... or for one command apparently.

ProjectMoon commented 4 years ago

Fixed in 3ccd60c