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

New event_t.misc bit, XTRN_SH, to force command-shell to be used execute

command-line.
parent 51f5b74a
No related branches found
No related tags found
No related merge requests found
......@@ -1776,6 +1776,8 @@ void event_thread(void* arg)
if(!(sbbs->cfg.event[i]->misc&EVENT_EXCL)
&& sbbs->cfg.event[i]->misc&EX_BG)
ex_mode |= EX_BG;
if(sbbs->cfg.event[i]->misc&XTRN_SH)
ex_mode |= EX_SH;
ex_mode|=(sbbs->cfg.event[i]->misc&EX_NATIVE);
sbbs->online=ON_LOCAL;
sbbs->external(
......
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