summaryrefslogtreecommitdiffstats
path: root/mbbsd/var.c
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2009-09-08 08:23:32 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2009-09-08 08:23:32 +0800
commit8a3a6d8827cf9ba4073dbdff48e0cdfeb7d012c3 (patch)
tree06a88440d5f0e9725ebe7f0e462c1277a434102a /mbbsd/var.c
parentdfeb1a9e710617bb8b800ec0a11350d1c9f79489 (diff)
downloadpttbbs-8a3a6d8827cf9ba4073dbdff48e0cdfeb7d012c3.tar
pttbbs-8a3a6d8827cf9ba4073dbdff48e0cdfeb7d012c3.tar.gz
pttbbs-8a3a6d8827cf9ba4073dbdff48e0cdfeb7d012c3.tar.bz2
pttbbs-8a3a6d8827cf9ba4073dbdff48e0cdfeb7d012c3.tar.lz
pttbbs-8a3a6d8827cf9ba4073dbdff48e0cdfeb7d012c3.tar.xz
pttbbs-8a3a6d8827cf9ba4073dbdff48e0cdfeb7d012c3.tar.zst
pttbbs-8a3a6d8827cf9ba4073dbdff48e0cdfeb7d012c3.zip
* improve check_BM frequency
* refine messages git-svn-id: http://opensvn.csie.org/pttbbs/branches/pttbbs.pwcu@4819 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/var.c')
-rw-r--r--mbbsd/var.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/mbbsd/var.c b/mbbsd/var.c
index 727e9163..eb178940 100644
--- a/mbbsd/var.c
+++ b/mbbsd/var.c
@@ -371,9 +371,10 @@ char local_article;
char fromhost[STRLEN] = "\0";
char fromhost_masked[32] = "\0"; // masked 'fromhost'
char water_usies = 0;
+char over18 = 0;
+char is_first_login_of_today = 0;
FILE *fp_writelog = NULL;
water_t *water, *swater[6], *water_which;
-char over18 = 0;
/* chc_play.c */