edmund-huber / ergonomadic

DISCONTINUED, see orogono
MIT License
132 stars 10 forks source link

Fix clients no longer being able to send commands after a single command errors out #32

Closed DanielOaks closed 8 years ago

DanielOaks commented 8 years ago

By default, if a single command fails to process the user can no longer send any commands, due to err == nil no longer being true. This fixes that issue, and fixes #23

edmund-huber commented 8 years ago

Good catch.