diff options
author | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-10-17 11:00:42 +0800 |
---|---|---|
committer | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-10-17 11:00:42 +0800 |
commit | 480a5330e966d2a05f0ca5d927cdd5351fdc71c6 (patch) | |
tree | 1f211b9cd394ca2acffb0115ad3dfe9994e08eda /mbbsd | |
parent | 308ad7194aa1632322c33d695198fefd7d4f3b79 (diff) | |
download | pttbbs-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
Diffstat (limited to 'mbbsd')
-rw-r--r-- | mbbsd/edit.c | 2 |
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) |