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

User is now informed of event-shortened time before disconnect.

parent ddd3235a
Branches
Tags
No related merge requests found
......@@ -251,6 +251,8 @@ void sbbs_t::gettimeleft(void)
if(!timeleft && !SYSOP && !(sys_status&SS_LCHAT)) {
logline(nulstr,"Ran out of time");
SAVELINE;
if(sys_status&SS_EVENT)
bputs(text[ReducedTime]);
bputs(text[TimesUp]);
if(!(sys_status&(SS_EVENT|SS_USERON)) && useron.cdt>=100L*1024L
&& !(cfg.sys_misc&SM_NOCDTCVT)) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment