summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-10-14 01:31:37 +0800
committerptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-10-14 01:31:37 +0800
commit9ef3d37fad2ba89a358d47dc7f3d6720940c8a47 (patch)
tree73fc21124a20688c97fb3a33fc7e944f34a9e42e
parent16f861e6353122f4baa594c4e469c06866e85d2a (diff)
downloadpttbbs-9ef3d37fad2ba89a358d47dc7f3d6720940c8a47.tar
pttbbs-9ef3d37fad2ba89a358d47dc7f3d6720940c8a47.tar.gz
pttbbs-9ef3d37fad2ba89a358d47dc7f3d6720940c8a47.tar.bz2
pttbbs-9ef3d37fad2ba89a358d47dc7f3d6720940c8a47.tar.lz
pttbbs-9ef3d37fad2ba89a358d47dc7f3d6720940c8a47.tar.xz
pttbbs-9ef3d37fad2ba89a358d47dc7f3d6720940c8a47.tar.zst
pttbbs-9ef3d37fad2ba89a358d47dc7f3d6720940c8a47.zip
don't need to log file
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2251 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-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);