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

Changed EX_CC to EX_SH.

parent 9b522a2d
No related branches found
No related tags found
No related merge requests found
......@@ -411,7 +411,7 @@ bool sbbs_t::logon()
close(file); }
if(cfg.sys_logon[0]) /* execute system logon event */
external(cmdstr(cfg.sys_logon,nulstr,nulstr,NULL),EX_OUTR|EX_OUTL); /* EX_CC */
external(cmdstr(cfg.sys_logon,nulstr,nulstr,NULL),EX_OUTR|EX_OUTL); /* EX_SH */
if(qwklogon)
return(true);
......
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