diff options
Diffstat (limited to 'mbbsd/menu.c')
-rw-r--r-- | mbbsd/menu.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mbbsd/menu.c b/mbbsd/menu.c index 4a1cdd20..f46dbcae 100644 --- a/mbbsd/menu.c +++ b/mbbsd/menu.c @@ -478,7 +478,9 @@ static const commands_t userlist[] = { {u_cloak, PERM_CLOAK, "KKCloak 隱身術"}, #endif {u_register, PERM_BASIC, "RRegister 填寫《註冊申請單》"}, +#ifdef ASSESS {u_cancelbadpost, PERM_LOGINOK, "BBye BadPost 申請刪除劣文"}, +#endif // ASSESS {u_list, PERM_SYSOP, "XUsers 列出註冊名單"}, #ifdef MERGEBBS // {m_sob, PERM_LOGUSER|PERM_SYSOP, "SSOB Import 沙灘變身術"}, |