From c5c5ed07769a45a9d37e52daae2ec555cc272782 Mon Sep 17 00:00:00 2001 From: victor Date: Sun, 23 Feb 2003 16:39:27 +0000 Subject: remove unreasonable checking git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@673 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/chat.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'mbbsd') 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"); -- cgit v1.2.3