diff options
author | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2011-10-27 22:47:21 +0800 |
---|---|---|
committer | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2011-10-27 22:47:21 +0800 |
commit | 8252a5aeeb7309418e68f4e0a79f5b85f21b92c0 (patch) | |
tree | 70760c6e79d0f9a765c055af756263e8d2394142 | |
parent | 802741bc4affe29f59a63bd67e19e7061a2dddc3 (diff) | |
download | pttbbs-8252a5aeeb7309418e68f4e0a79f5b85f21b92c0.tar pttbbs-8252a5aeeb7309418e68f4e0a79f5b85f21b92c0.tar.gz pttbbs-8252a5aeeb7309418e68f4e0a79f5b85f21b92c0.tar.bz2 pttbbs-8252a5aeeb7309418e68f4e0a79f5b85f21b92c0.tar.lz pttbbs-8252a5aeeb7309418e68f4e0a79f5b85f21b92c0.tar.xz pttbbs-8252a5aeeb7309418e68f4e0a79f5b85f21b92c0.tar.zst pttbbs-8252a5aeeb7309418e68f4e0a79f5b85f21b92c0.zip |
refine messages
git-svn-id: http://opensvn.csie.org/pttbbs/trunk@5448 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r-- | pttbbs/mbbsd/user.c | 5 |
1 files changed, 4 insertions, 1 deletions
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; } |