diff options
author | scw <scw@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2005-08-08 09:24:30 +0800 |
---|---|---|
committer | scw <scw@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2005-08-08 09:24:30 +0800 |
commit | 0472f505661582dcaccf2d1a024abf14f2c75e5b (patch) | |
tree | 1e93c68abe454cd99da48529e8e6372719bae8f5 /mbbsd | |
parent | 0446bc03eefc56f4222b1384b80bdaac637f22f7 (diff) | |
download | pttbbs-0472f505661582dcaccf2d1a024abf14f2c75e5b.tar pttbbs-0472f505661582dcaccf2d1a024abf14f2c75e5b.tar.gz pttbbs-0472f505661582dcaccf2d1a024abf14f2c75e5b.tar.bz2 pttbbs-0472f505661582dcaccf2d1a024abf14f2c75e5b.tar.lz pttbbs-0472f505661582dcaccf2d1a024abf14f2c75e5b.tar.xz pttbbs-0472f505661582dcaccf2d1a024abf14f2c75e5b.tar.zst pttbbs-0472f505661582dcaccf2d1a024abf14f2c75e5b.zip |
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
Diffstat (limited to 'mbbsd')
-rw-r--r-- | mbbsd/gomo.c | 2 |
1 files changed, 1 insertions, 1 deletions
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)); |