diff options
-rw-r--r-- | pttbbs/mbbsd/user.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pttbbs/mbbsd/user.c b/pttbbs/mbbsd/user.c index 30e5343c..c9d046f7 100644 --- a/pttbbs/mbbsd/user.c +++ b/pttbbs/mbbsd/user.c @@ -1178,7 +1178,11 @@ uinfo_query(const char *orig_uid, int adminmode, int unum) return; case '8': +#ifdef ASSESS reassign_badpost(x.userid); +#else + vmsg("本站目前不支援劣文設定。"); +#endif return; default: |