From 8252a5aeeb7309418e68f4e0a79f5b85f21b92c0 Mon Sep 17 00:00:00 2001 From: piaip Date: Thu, 27 Oct 2011 14:47:21 +0000 Subject: refine messages git-svn-id: http://opensvn.csie.org/pttbbs/trunk@5448 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- pttbbs/mbbsd/user.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pttbbs/mbbsd/user.c b/pttbbs/mbbsd/user.c index bf8504b5..ed6272b9 100644 --- a/pttbbs/mbbsd/user.c +++ b/pttbbs/mbbsd/user.c @@ -1151,7 +1151,10 @@ uinfo_query(const char *orig_uid, int adminmode, int unum) if (*last_uid) { if (strcmp(last_uid, genbuf) != 0 && strcasecmp(last_uid, genbuf) == 0) { - outs("錯誤! 不是說好不改大小寫了嗎?\n"); + vs_hdr(" ... 明明是改大小寫啊 ..."); + prints("\n\n\t%s -> %s\n", last_uid, genbuf); + outs("\t不是說好不改大小寫了嗎?\n" + "\t... 如果你真的打定主意要改,請重新登入吧\n"); fail++; break; } -- cgit v1.2.3