FelixWolf / libfurc

Python library for Furcadia
zlib License
3 stars 1 forks source link

Sub parser for "message" events #9

Open FelixWolf opened 2 years ago

FelixWolf commented 2 years ago

Should attempt to parse the message, determining if it is a DS emit, user emit, whisper, etc. Anything that fails parsing should be discarded. Implementation should not block(consume) the "message" event, regardless of parsing success.