summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-10-17 11:00:42 +0800
committerptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-10-17 11:00:42 +0800
commit480a5330e966d2a05f0ca5d927cdd5351fdc71c6 (patch)
tree1f211b9cd394ca2acffb0115ad3dfe9994e08eda
parent308ad7194aa1632322c33d695198fefd7d4f3b79 (diff)
downloadpttbbs-480a5330e966d2a05f0ca5d927cdd5351fdc71c6.tar
pttbbs-480a5330e966d2a05f0ca5d927cdd5351fdc71c6.tar.gz
pttbbs-480a5330e966d2a05f0ca5d927cdd5351fdc71c6.tar.bz2
pttbbs-480a5330e966d2a05f0ca5d927cdd5351fdc71c6.tar.lz
pttbbs-480a5330e966d2a05f0ca5d927cdd5351fdc71c6.tar.xz
pttbbs-480a5330e966d2a05f0ca5d927cdd5351fdc71c6.tar.zst
pttbbs-480a5330e966d2a05f0ca5d927cdd5351fdc71c6.zip
change the threshold of determining robot posting.
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2258 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r--mbbsd/edit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/edit.c b/mbbsd/edit.c
index 74eca7c5..502ecc19 100644
--- a/mbbsd/edit.c
+++ b/mbbsd/edit.c
@@ -1783,7 +1783,7 @@ vedit(char *fpath, int saveheader, int *islocal)
last = (char)ch;
}
}
- if (interval && (interval > tin-2) && (interval < tin+2))
+ if (interval && interval == tin)
{ // Ptt : +- 1 ¬í¤]ºâ
count++;
if(count>60)