Skip to content
Snippets Groups Projects
Commit 6ba14952 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Eliminate SS_ANSCAP - never did anything in SBBS v3, that I recall

parent 48ac38bb
No related branches found
No related tags found
No related merge requests found
......@@ -275,9 +275,6 @@ int sbbs_t::exec_function(csi_t *csi)
}
return 0;
case CS_ANSI_CAPTURE: /* Capture ANSI codes */
sys_status ^= SS_ANSCAP;
bprintf(text[ANSICaptureIsNow]
, sys_status & SS_ANSCAP ? text[On] : text[Off]);
return 0;
case CS_LIST_TEXT_FILE: /* View ASCII/ANSI/Ctrl-A file */
if (!chksyspass())
......
......@@ -615,7 +615,6 @@ typedef enum { /* Values for xtrn_t.event */
#define SS_TMPSYSOP (1 << 2) /* Temporary Sysop Status */
#define SS_USERON (1 << 3) /* A User is logged on to the BBS */
#define SS_LCHAT (1 << 4) /* Local chat in progress */
#define SS_ANSCAP (1 << 6) /* Capture ANSI codes too */
#define SS_NEW_MONTH (1 << 8) // Execute System Monthly Event
#define SS_NEW_DAY (1 << 9) // Execute System Daily Event
#define SS_INUEDIT (1 << 10) /* Inside Alt-Useredit section */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment