summaryrefslogtreecommitdiffstats
path: root/mbbsd/edit.c
diff options
context:
space:
mode:
authorptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-10-13 03:23:02 +0800
committerptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-10-13 03:23:02 +0800
commit373fce8dc67999476b2786c95a7bceeead6dcc09 (patch)
treeba9075c22ae7c8112344a82597e9681537401d7e /mbbsd/edit.c
parent45dfa7f9ddd69c25cb32f932db4b2f7640471529 (diff)
downloadpttbbs-373fce8dc67999476b2786c95a7bceeead6dcc09.tar
pttbbs-373fce8dc67999476b2786c95a7bceeead6dcc09.tar.gz
pttbbs-373fce8dc67999476b2786c95a7bceeead6dcc09.tar.bz2
pttbbs-373fce8dc67999476b2786c95a7bceeead6dcc09.tar.lz
pttbbs-373fce8dc67999476b2786c95a7bceeead6dcc09.tar.xz
pttbbs-373fce8dc67999476b2786c95a7bceeead6dcc09.tar.zst
pttbbs-373fce8dc67999476b2786c95a7bceeead6dcc09.zip
1. Add reason on post title at voilationLaw.
2. Move down the threshold of determining robot posting. git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2245 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/edit.c')
-rw-r--r--mbbsd/edit.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/mbbsd/edit.c b/mbbsd/edit.c
index 8abf2f19..390901b0 100644
--- a/mbbsd/edit.c
+++ b/mbbsd/edit.c
@@ -1783,10 +1783,10 @@ vedit(char *fpath, int saveheader, int *islocal)
last = (char)ch;
}
}
- if (interval && interval == tin)
- {
+ if (interval && (interval > tin-2) && (interval < tin+2))
+ { // Ptt : +- 1 秒也算
count++;
- if(count>500)
+ if(count>60)
{
log_file("etc/illegal_money", LOG_CREAT | LOG_VF,
"\033[1;33;46m%s \033[37;45m 用機器人發表文章 \033[37m %s\033[m\n",