From 27283cd4e6c78f20cb1b0c2019a980b95609ca0b Mon Sep 17 00:00:00 2001
From: rswindell <>
Date: Tue, 14 Nov 2000 01:50:17 +0000
Subject: [PATCH] User is now informed of event-shortened time before
 disconnect.

---
 src/sbbs3/data.cpp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/sbbs3/data.cpp b/src/sbbs3/data.cpp
index 8b64958937..260a6597ed 100644
--- a/src/sbbs3/data.cpp
+++ b/src/sbbs3/data.cpp
@@ -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)) {
-- 
GitLab