From 0d342d6474e385db5ca73f5a636c56177926bf3e Mon Sep 17 00:00:00 2001 From: piaip Date: Sat, 3 Oct 2009 04:30:43 +0000 Subject: * remove the FREECLOAK configuration and make it always enabled * if your own site need such feature, please make it as your local patch. git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4900 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/cal.c | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'mbbsd/cal.c') diff --git a/mbbsd/cal.c b/mbbsd/cal.c index e4d1d492..69c15ce2 100644 --- a/mbbsd/cal.c +++ b/mbbsd/cal.c @@ -89,23 +89,6 @@ inmailbox(int m) } -#if !HAVE_FREECLOAK -/* 花錢選單 */ -int -p_cloak(void) -{ - if (vans(currutmp->invisible ? "確定要現身?[y/N]" : "確定要隱身?[y/N]") != 'y') - return 0; - reload_money(); - if (cuser.money >= 19) { - vice(19, "付費隱身"); - currutmp->invisible %= 2; - vmsg((currutmp->invisible ^= 1) ? MSG_CLOAKED : MSG_UNCLOAK); - } - return 0; -} -#endif - int p_from(void) { -- cgit v1.2.3