From 347df42e01e621bf0e2a0550e94a29ed2991c46d Mon Sep 17 00:00:00 2001 From: piaip Date: Thu, 2 Feb 2012 05:23:32 +0000 Subject: Tell user how to change userinfo git-svn-id: http://opensvn.csie.org/pttbbs/trunk@5544 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- pttbbs/mbbsd/user.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pttbbs/mbbsd/user.c b/pttbbs/mbbsd/user.c index 43693131..9331fa95 100644 --- a/pttbbs/mbbsd/user.c +++ b/pttbbs/mbbsd/user.c @@ -1000,6 +1000,11 @@ uinfo_query(const char *orig_uid, int adminmode, int unum) } #endif } + + if (!adminmode) { + mvouts(b_lines-1, 0, + "其它資料若需修改請洽 " BN_ID_PROBLEM " 看板\n"); + } break; case '2': -- cgit v1.2.3