Clear vestigial ord() calls in telopt negotiation
authorJeremy Stanley <fungi@yuggoth.org>
Sun, 14 May 2017 18:23:24 +0000 (18:23 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Sun, 14 May 2017 18:24:00 +0000 (18:24 +0000)
commitdc22daedb7bba8e79e7ec878ec16d3ce57229279
treef99353f92ae251a84acdd7b385d43fce91963735
parentc135b310950098c192b4e8f17673604630c5fc30
Clear vestigial ord() calls in telopt negotiation

Clean up missed ordinal recasting on telnet options during
negotiation. They're no longer necessary, and crash the service if
triggered.
mudpy/telnet.py