diff options
Diffstat (limited to 'mbbsd/user.c')
-rw-r--r-- | mbbsd/user.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/mbbsd/user.c b/mbbsd/user.c index f73a26be..a618a501 100644 --- a/mbbsd/user.c +++ b/mbbsd/user.c @@ -700,15 +700,6 @@ u_info() } int -u_ansi() -{ - showansi ^= 1; - cuser.uflag ^= COLOR_FLAG; - outs(reset_color); - return 0; -} - -int u_cloak() { outs((currutmp->invisible ^= 1) ? MSG_CLOAKED : MSG_UNCLOAK); |