diff options
Diffstat (limited to 'util/toplazyBM.c')
-rw-r--r-- | util/toplazyBM.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/toplazyBM.c b/util/toplazyBM.c index 3d139d5b..f54d7770 100644 --- a/util/toplazyBM.c +++ b/util/toplazyBM.c @@ -1,4 +1,4 @@ -/* $Id: toplazyBM.c,v 1.15 2002/06/30 04:11:47 ptt Exp $ */ +/* $Id: toplazyBM.c,v 1.16 2002/06/30 04:14:46 ptt Exp $ */ #include "bbs.h" #define OUTFILE BBSHOME "/etc/toplazyBM" #define FIREFILE BBSHOME "/etc/firelazyBM" @@ -172,7 +172,7 @@ int main(int argc, char *argv[]) stampfile(genbuf, &mymail); strcpy(mymail.owner, "[PTT警察局]"); - if(lostdays <= 60){ + if(lostdays <= 90){ sprintf(mymail.title, "\033[32m版主通知\033[m %s版版主%s", lostbms[i].title, lostbms[i].bmname); |