summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mbbsd/edit.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mbbsd/edit.c b/mbbsd/edit.c
index 7bf14726..74eca7c5 100644
--- a/mbbsd/edit.c
+++ b/mbbsd/edit.c
@@ -1786,14 +1786,14 @@ vedit(char *fpath, int saveheader, int *islocal)
if (interval && (interval > tin-2) && (interval < tin+2))
{ // Ptt : +- 1 秒也算
count++;
- if(count>100)
+ if(count>60)
{
money = 0;
count = 0;
+/*
log_file("etc/illegal_money", LOG_CREAT | LOG_VF,
"\033[1;33;46m%s \033[37;45m 用機器人發表文章 \033[37m %s\033[m\n",
cuser.userid, ctime(&now));
-/*
post_violatelaw(cuser.userid, "Ptt系統警察",
"用機器人發表文章", "強制離站");
abort_bbs(0);