summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2012-02-02 13:23:32 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2012-02-02 13:23:32 +0800
commit347df42e01e621bf0e2a0550e94a29ed2991c46d (patch)
treeddb8d22d340ba56eb7a88587affd6381e6afc045
parenta2badf4ef3a202545651b43d04498c5eff0a7c12 (diff)
downloadpttbbs-347df42e01e621bf0e2a0550e94a29ed2991c46d.tar
pttbbs-347df42e01e621bf0e2a0550e94a29ed2991c46d.tar.gz
pttbbs-347df42e01e621bf0e2a0550e94a29ed2991c46d.tar.bz2
pttbbs-347df42e01e621bf0e2a0550e94a29ed2991c46d.tar.lz
pttbbs-347df42e01e621bf0e2a0550e94a29ed2991c46d.tar.xz
pttbbs-347df42e01e621bf0e2a0550e94a29ed2991c46d.tar.zst
pttbbs-347df42e01e621bf0e2a0550e94a29ed2991c46d.zip
Tell user how to change userinfo
git-svn-id: http://opensvn.csie.org/pttbbs/trunk@5544 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r--pttbbs/mbbsd/user.c5
1 files changed, 5 insertions, 0 deletions
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':