summaryrefslogtreecommitdiffstats
path: root/mbbsd/var.c
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-07-25 13:39:58 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-07-25 13:39:58 +0800
commit67ffc7654419486b0874fc25f23545e477be2682 (patch)
treec3ea292b92a2b6e16221c82b98ab292ec2f695ae /mbbsd/var.c
parent1da6e876431475755e1fb84f4920a0cb19134bdb (diff)
downloadpttbbs-67ffc7654419486b0874fc25f23545e477be2682.tar
pttbbs-67ffc7654419486b0874fc25f23545e477be2682.tar.gz
pttbbs-67ffc7654419486b0874fc25f23545e477be2682.tar.bz2
pttbbs-67ffc7654419486b0874fc25f23545e477be2682.tar.lz
pttbbs-67ffc7654419486b0874fc25f23545e477be2682.tar.xz
pttbbs-67ffc7654419486b0874fc25f23545e477be2682.tar.zst
pttbbs-67ffc7654419486b0874fc25f23545e477be2682.zip
make recommendation system better
- prevent waterball overwrites recommendation - eliminate confirm scroll git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2952 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/var.c')
-rw-r--r--mbbsd/var.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/mbbsd/var.c b/mbbsd/var.c
index 989d2a15..fb6c707c 100644
--- a/mbbsd/var.c
+++ b/mbbsd/var.c
@@ -382,7 +382,7 @@ char real_name[IDLEN + 1];
char local_article;
/* mbbsd.c */
-int raw_connection = 0;
+char raw_connection = 0;
char fromhost[STRLEN] = "\0";
char water_usies = 0;
FILE *fp_writelog = NULL;
@@ -404,7 +404,8 @@ int user_query_mode;
#define scr_lns t_lines
#define scr_cols ANSILINELEN
screenline_t *big_picture = NULL;
-char roll;
+char roll = 0;
+char msg_occupied = 0;
/* gomo.c */
const char * const bw_chess[] = {"¡´", "¡³"};