From f8a7f95627c6a4de713bb527c9cc1fd15be5e1c0 Mon Sep 17 00:00:00 2001 From: piaip Date: Wed, 6 Jul 2005 17:45:59 +0000 Subject: recommendation compatible mode git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2913 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/bbs.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/mbbsd/bbs.c b/mbbsd/bbs.c index 85bd457c..baae1cc7 100644 --- a/mbbsd/bbs.c +++ b/mbbsd/bbs.c @@ -1746,10 +1746,14 @@ recommend(int ent, fileheader_t * fhdr, const char *direct) ANSI_COLOR(1;33), ANSI_COLOR(1;31), ANSI_COLOR(1;37), + }, *ctype_attr2[3] = { + ANSI_COLOR(1;37), + ANSI_COLOR(1;31), + ANSI_COLOR(1;31), }, *ctype_long[3] = { "值得推薦", "給它噓聲", - "鄉民加註解" + "只加註解" }; int type, maxlength; boardheader_t *bp; @@ -1843,7 +1847,7 @@ recommend(int ent, fileheader_t * fhdr, const char *direct) snprintf(buf, sizeof(buf), "%s%s " ANSI_COLOR(33) "%s" ANSI_RESET ANSI_COLOR(33) ":%-*s" ANSI_RESET "%15s %02d/%02d\n", - ctype_attr[type], ctype[type], + ctype_attr2[type], ctype[type], cuser.userid, maxlength, msg, -- cgit v1.2.3