Open riban-bw opened 4 months ago
When entering a command, the protocol separates the command to words using space as the delimiter. If there is more than one space then the parsing fails. It may be advantageous to support any quantity of spaces in command separators.
I have submitted a PR that skips multiple spaces.
When entering a command, the protocol separates the command to words using space as the delimiter. If there is more than one space then the parsing fails. It may be advantageous to support any quantity of spaces in command separators.