From 0472f505661582dcaccf2d1a024abf14f2c75e5b Mon Sep 17 00:00:00 2001 From: scw Date: Mon, 8 Aug 2005 01:24:30 +0000 Subject: No more colorful title for gomoku log on board. git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3006 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/gomo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mbbsd') diff --git a/mbbsd/gomo.c b/mbbsd/gomo.c index afdda51d..196fa933 100644 --- a/mbbsd/gomo.c +++ b/mbbsd/gomo.c @@ -252,7 +252,7 @@ HO_log_board(Horder_t* pool, char *mate) strlcpy(log_header.owner, "[´ÑÃо÷¾¹¤H]", sizeof(log_header.owner)); snprintf(log_header.title, sizeof(log_header.title), - ANSI_COLOR(37;41) "´ÑÃÐ" ANSI_RESET " %s VS %s", cuser.userid, mate); + "[´ÑÃÐ] %s VS %s", cuser.userid, mate); setbdir(buf, GLOBAL_FIVECHESS_LOG); append_record(buf, &log_header, sizeof(log_header)); -- cgit v1.2.3