diff options
-rw-r--r-- | pttbbs/mbbsd/talk.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |