py/tripe.py.in: Raise an error if a command token contains a newline.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 13 Jun 2020 15:49:47 +0000 (16:49 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 13 Jun 2020 15:50:46 +0000 (16:50 +0100)
commit5b97ed7d0373f195b8fcccbc264b5520052e49c5
tree1293c92e6e690f30d875939a7d703d6a501f28bc
parentab6f1b0d12478b8fe266e3dacc3de7121df29066
py/tripe.py.in: Raise an error if a command token contains a newline.

This should never happen, and it confuses the client quite badly if it
does.
py/tripe.py.in