From 3f325a1c7fb12aad2ea4a9ccf71ae200aa8e96a2 Mon Sep 17 00:00:00 2001 From: victor Date: Thu, 28 Aug 2003 02:27:47 +0000 Subject: It's not necessary to reload friend and eject list at the same time. git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1134 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/mbbsd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mbbsd/mbbsd.c') diff --git a/mbbsd/mbbsd.c b/mbbsd/mbbsd.c index f4026102..660bdb80 100644 --- a/mbbsd/mbbsd.c +++ b/mbbsd/mbbsd.c @@ -753,7 +753,7 @@ setup_utmp(int mode) if (!(cuser.numlogins % 20) && cuser.userlevel & PERM_BM) check_BM(); /* Ptt 自動取下離職板主權力 */ #ifndef _BBS_UTIL_C_ - friend_load(); + friend_load(FRIEND_OVERRIDE | FRIEND_EJECT); nice(3); #endif } -- cgit v1.2.3