diff options
author | victor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-02-24 00:39:27 +0800 |
---|---|---|
committer | victor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-02-24 00:39:27 +0800 |
commit | c5c5ed07769a45a9d37e52daae2ec555cc272782 (patch) | |
tree | ff7f2470dc3659b639594ce65fc01b53573a3f14 /mbbsd | |
parent | bffd394660266e9b7c1bce73e51ce1cface39ea6 (diff) | |
download | pttbbs-c5c5ed07769a45a9d37e52daae2ec555cc272782.tar pttbbs-c5c5ed07769a45a9d37e52daae2ec555cc272782.tar.gz pttbbs-c5c5ed07769a45a9d37e52daae2ec555cc272782.tar.bz2 pttbbs-c5c5ed07769a45a9d37e52daae2ec555cc272782.tar.lz pttbbs-c5c5ed07769a45a9d37e52daae2ec555cc272782.tar.xz pttbbs-c5c5ed07769a45a9d37e52daae2ec555cc272782.tar.zst pttbbs-c5c5ed07769a45a9d37e52daae2ec555cc272782.zip |
remove unreasonable checking
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@673 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd')
-rw-r--r-- | mbbsd/chat.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/mbbsd/chat.c b/mbbsd/chat.c index 66954248..6346335a 100644 --- a/mbbsd/chat.c +++ b/mbbsd/chat.c @@ -1,4 +1,4 @@ -/* $Id: chat.c,v 1.10 2002/12/31 17:40:51 in2 Exp $ */ +/* $Id: chat.c,v 1.11 2003/02/23 16:39:27 victor Exp $ */ #include "bbs.h" static int chatline, stop_line; @@ -349,9 +349,6 @@ t_chat() char genbuf[200]; char roomtype; - if (inbuf[0] == 0) - return -1; - outs(" 驅車前往 請梢候........ "); if (!(h = gethostbyname("localhost"))) { perror("gethostbyname"); |