diff options
author | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-04-10 22:06:07 +0800 |
---|---|---|
committer | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-04-10 22:06:07 +0800 |
commit | 6ce03873bef525265d7bd1c89e37bd7355409383 (patch) | |
tree | 214f4d37a7af93c054ec8e7f0d611c86b0af2881 | |
parent | 6ae1a394768d4082b5fb2b80d7603846bc2c1aff (diff) | |
download | pttbbs-6ce03873bef525265d7bd1c89e37bd7355409383.tar pttbbs-6ce03873bef525265d7bd1c89e37bd7355409383.tar.gz pttbbs-6ce03873bef525265d7bd1c89e37bd7355409383.tar.bz2 pttbbs-6ce03873bef525265d7bd1c89e37bd7355409383.tar.lz pttbbs-6ce03873bef525265d7bd1c89e37bd7355409383.tar.xz pttbbs-6ce03873bef525265d7bd1c89e37bd7355409383.tar.zst pttbbs-6ce03873bef525265d7bd1c89e37bd7355409383.zip |
*** empty log message ***
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@99 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r-- | mbbsd/mbbsd.c | 6 |
1 files changed, 3 insertions, 3 deletions
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 <stdio.h> #include <string.h> #include <stdlib.h> @@ -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); |