diff options
-rw-r--r-- | pttbbs/mbbsd/bbs.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pttbbs/mbbsd/bbs.c b/pttbbs/mbbsd/bbs.c index 7320642d..d7d51347 100644 --- a/pttbbs/mbbsd/bbs.c +++ b/pttbbs/mbbsd/bbs.c @@ -2148,6 +2148,10 @@ cross_post(int ent, fileheader_t * fhdr, const char *direct) "%s" ANSI_RESET "%*s%s\n" , cuser.userid, bname, maxlength, "", tail); + + // use do_add_recommend to log forward info and also modify the file + // record + do_add_recommend(direct, fhdr, ent, buf, RECTYPE_ARROW); } else #endif { |