From 373fce8dc67999476b2786c95a7bceeead6dcc09 Mon Sep 17 00:00:00 2001 From: ptt Date: Tue, 12 Oct 2004 19:23:02 +0000 Subject: 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 --- mbbsd/edit.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mbbsd/edit.c') 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", -- cgit v1.2.3