summaryrefslogtreecommitdiffstats
path: root/mbbsd/mbbsd.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/mbbsd.c')
-rw-r--r--mbbsd/mbbsd.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/mbbsd/mbbsd.c b/mbbsd/mbbsd.c
index 64ab1557..8f7605f7 100644
--- a/mbbsd/mbbsd.c
+++ b/mbbsd/mbbsd.c
@@ -1,4 +1,4 @@
-/* $Id: mbbsd.c,v 1.34 2002/06/06 21:34:11 in2 Exp $ */
+/* $Id: mbbsd.c,v 1.35 2002/06/29 13:52:52 ptt Exp $ */
#include "bbs.h"
#define SOCKET_QLEN 4
@@ -963,8 +963,11 @@ start_client ()
user_login ();
m_init ();
- if (HAVE_PERM (PERM_SYSOP | PERM_BM))
+ if (now - SHM->close_vote_time > 86400) // 改為一天一次
+ {
b_closepolls ();
+ SHM->close_vote_time = now;
+ }
if (!(cuser.uflag & COLOR_FLAG))
showansi = 0;
signal (SIGALRM, SIG_IGN);