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

text.dat ReducedTime entry now may display the time the event will run.

parent 621268fc
No related branches found
No related tags found
No related merge requests found
......@@ -479,7 +479,7 @@ bool sbbs_t::logon()
}
if(sys_status&SS_EVENT)
bputs(text[ReducedTime]);
bprintf(text[ReducedTime],timestr(&event_time));
getnodedat(cfg.node_num,&thisnode,1);
thisnode.misc&=~(NODE_AOFF|NODE_POFF);
if(useron.chat&CHAT_NOACT)
......
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