robertripoll / TelnetServer

A functional Telnet server written in C#
MIT License
15 stars 4 forks source link

Support for machine clients e.g. "command\r\n" #1

Open davidlfox opened 3 years ago

davidlfox commented 3 years ago

I saw an old comment in the gist this repo came from, but it doesn't appear to be the same type of change. Is there a way to support machine clients that will send commands all at once with "\r\n" at the end instead of having to hit enter twice?

NoriGriim commented 3 years ago

@davidlfox can you tell us which telnet clients are having this issue?

zackogenic commented 3 years ago

You can try with most mud clients. Mudlet definitely does this.