TheGrandmother / MUD

The worlds lames mud :/
1 stars 1 forks source link

Use regex to parse messages #13

Closed Chilinot closed 8 years ago

Chilinot commented 8 years ago

Make Message.deconstructMessage() to parse messages using regular expressions instead of the current implementation. This should enable for a more declarative definition of the layout of messages and make future refactors and redesigns easier.

Chilinot commented 8 years ago

This issue is tied with issue #14