AttorneyOnline / akashi

C++ AO2 Server
GNU Affero General Public License v3.0
4 stars 23 forks source link

Added dice notation to roll command #308

Closed cow-face closed 2 years ago

cow-face commented 2 years ago

Resolves #285

I thought it was best to separate all the argument parsing into cmdRoll and all the dice rolling/server message stuff into diceThrower, but that ended up forcing me to make cmdRollP basically a large clone function of cmdRoll. Not the most elegant.