summaryrefslogtreecommitdiffstats
path: root/mbbsd/bbs.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/bbs.c')
-rw-r--r--mbbsd/bbs.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/mbbsd/bbs.c b/mbbsd/bbs.c
index af2b2fd9..093f2854 100644
--- a/mbbsd/bbs.c
+++ b/mbbsd/bbs.c
@@ -1963,7 +1963,8 @@ del_post(int ent, fileheader_t * fhdr, char *direct)
if (!(inc_badpost(userid, 1) % 10)){
post_violatelaw(userid, "Ptt 系統警察", "劣文累計十篇", "罰單一張");
mail_violatelaw(userid, "Ptt 系統警察", "劣文累計十篇", "罰單一張");
- xuser.userlevel |= PERM_VIOLATELAW;
+ // XXX xuser 未指定, 也未寫回檔案, 沒有作用
+ //xuser.userlevel |= PERM_VIOLATELAW;
}
mail_id(userid, genbuf, newpath, cuser.userid);
}