summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--util/toplazyBBM.c1
-rw-r--r--util/toplazyBM.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/util/toplazyBBM.c b/util/toplazyBBM.c
index 97cb62ae..739539a5 100644
--- a/util/toplazyBBM.c
+++ b/util/toplazyBBM.c
@@ -100,6 +100,7 @@ int main(int argc, char *argv[])
if (((((int)time(NULL)-(int)xuser.lastlogin)/(60*60*24))>=7)
//&& isalpha(allbrd[i].brdname[0])
//&& isalpha(allbrd[i].BM[0])
+ && !(xuser.userlevel & PERM_SYSOPHIDE)
&& !(xuser.userlevel & PERM_SYSOP))
{
lostbms[j].bmname = p;
diff --git a/util/toplazyBM.c b/util/toplazyBM.c
index bf31be58..7d03c07f 100644
--- a/util/toplazyBM.c
+++ b/util/toplazyBM.c
@@ -102,6 +102,7 @@ int main(int argc, char *argv[])
bms[index].bmname = p;
bms[index].flag = 0;
if ((now-xuser.lastlogin)>=45*86400
+ && !(xuser.userlevel & PERM_SYSOPHIDE)
&& !(xuser.userlevel & PERM_SYSOP))
{
lostbms[j].bmname = p;