From 5d3b979dd8541aabb3f2ba3552d8847c07d4cf8c Mon Sep 17 00:00:00 2001 From: piaip Date: Tue, 18 Feb 2014 11:41:48 +0000 Subject: Revise violation string again. git-svn-id: http://opensvn.csie.org/pttbbs/trunk@5938 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- pttbbs/mbbsd/talk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pttbbs/mbbsd/talk.c b/pttbbs/mbbsd/talk.c index 47308cbf..257bc636 100644 --- a/pttbbs/mbbsd/talk.c +++ b/pttbbs/mbbsd/talk.c @@ -2038,7 +2038,7 @@ draw_pickup(int drawall, pickup_t * pickup, int pickup_way, #endif if ((uentp->userlevel & PERM_VIOLATELAW)) - mind = ANSI_COLOR(1;31) "¹Hªk"; + mind = ANSI_COLOR(1;31) "¹H³W"; snprintf(num, sizeof(num), "%d", #ifdef SHOWUID -- cgit v1.2.3