diff --git a/bbs.c b/bbs.c index 23e6da1..da16dd3 100644 --- a/bbs.c +++ b/bbs.c @@ -233,11 +233,11 @@ char s_getchar() { } - if (c == '\r') { + /* if (c == '\r') { if (len == 0) { disconnect("Socket Closed"); } - } + }*/ } while (c == '\n'); usertimeout = 10; return (char)c;