From 480a5330e966d2a05f0ca5d927cdd5351fdc71c6 Mon Sep 17 00:00:00 2001 From: ptt Date: Sun, 17 Oct 2004 03:00:42 +0000 Subject: change the threshold of determining robot posting. git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2258 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/edit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mbbsd') 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) -- cgit v1.2.3