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

Fix for logout event (to run OFFLINE).

parent 1e87f90d
No related branches found
No related tags found
No related merge requests found
...@@ -119,7 +119,7 @@ void sbbs_t::logout() ...@@ -119,7 +119,7 @@ void sbbs_t::logout()
#endif #endif
sys_status&=~SS_SYSALERT; sys_status&=~SS_SYSALERT;
if(cfg.sys_logout[0]) /* execute system logoff event */ if(cfg.sys_logout[0]) /* execute system logoff event */
external(cmdstr(cfg.sys_logout,nulstr,nulstr,NULL),EX_OUTL); /* EX_CC */ external(cmdstr(cfg.sys_logout,nulstr,nulstr,NULL),EX_OUTL|EX_OFFLINE);
} }
if(cfg.logout_mod[0]) if(cfg.logout_mod[0])
......
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