From 6ce03873bef525265d7bd1c89e37bd7355409383 Mon Sep 17 00:00:00 2001 From: ptt Date: Wed, 10 Apr 2002 14:06:07 +0000 Subject: *** empty log message *** git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@99 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/mbbsd.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mbbsd/mbbsd.c') diff --git a/mbbsd/mbbsd.c b/mbbsd/mbbsd.c index a9853781..bc04b67c 100644 --- a/mbbsd/mbbsd.c +++ b/mbbsd/mbbsd.c @@ -1,4 +1,4 @@ -/* $Id: mbbsd.c,v 1.18 2002/04/08 14:44:45 ptt Exp $ */ +/* $Id: mbbsd.c,v 1.19 2002/04/10 14:06:07 ptt Exp $ */ #include #include #include @@ -526,8 +526,8 @@ multi_user_check () } else{ /* allow multiple guest user */ - if (search_ulistn(usernum, 300)!=NULL){ - outs ("\n抱歉,目前已有太多 guest, 請稍後再試。\n"); + if (search_ulistn(usernum, 100)!=NULL){ + outs ("\n抱歉,目前已有太多 guest 在站上, 請用new註冊。\n"); pressanykey (); oflush (); exit (1); -- cgit v1.2.3