Skip to content
Snippets Groups Projects
Commit db06e74b authored by rswindell's avatar rswindell
Browse files

Changed default BBS options to: XTRN_MINIMIZED and SYSOP_AVAILABLE.

parent df79ddf8
No related branches found
No related tags found
No related merge requests found
...@@ -499,6 +499,7 @@ __fastcall TMainForm::TMainForm(TComponent* Owner) ...@@ -499,6 +499,7 @@ __fastcall TMainForm::TMainForm(TComponent* Owner)
bbs_startup.size=sizeof(bbs_startup); bbs_startup.size=sizeof(bbs_startup);
bbs_startup.first_node=1; bbs_startup.first_node=1;
bbs_startup.last_node=4; bbs_startup.last_node=4;
bbs_startup.options=BBS_OPT_XTRN_MINIMIZED|BBS_OPT_SYSOP_AVAILABLE;
bbs_startup.telnet_port=IPPORT_TELNET; bbs_startup.telnet_port=IPPORT_TELNET;
bbs_startup.telnet_interface=INADDR_ANY; bbs_startup.telnet_interface=INADDR_ANY;
bbs_startup.rlogin_port=513; bbs_startup.rlogin_port=513;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment