From 914084b55532410237b7d11d81a5ec28ff59747c Mon Sep 17 00:00:00 2001 From: ptt Date: Sat, 1 Jun 2002 00:40:28 +0000 Subject: *** empty log message *** git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@266 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/bbs.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mbbsd/bbs.c') diff --git a/mbbsd/bbs.c b/mbbsd/bbs.c index aec95937..0191bada 100644 --- a/mbbsd/bbs.c +++ b/mbbsd/bbs.c @@ -1,4 +1,4 @@ -/* $Id: bbs.c,v 1.45 2002/06/01 00:34:49 ptt Exp $ */ +/* $Id: bbs.c,v 1.46 2002/06/01 00:40:28 ptt Exp $ */ #include #include #include @@ -188,6 +188,7 @@ static void readdoent(int num, fileheader_t *ent) { if(!strncmp(title,"[¤½§i]",6)) special=1; if(!strchr(ent->owner, '.') && (uid=searchuser(ent->owner)) && + search_ulist(uid) && isvisible_uid(uid)) isonline=1; -- cgit v1.2.3