Subj : Timed Event - "Enabled = No" still executes event To : GitLab note in main/sbbs From : Rob Swindell Date : Sun Oct 19 2025 20:11:02 https://gitlab.synchro.net/main/sbbs/-/issues/990#note_7740 Did you recently change it to Disabled maybe and the SBBS event thread didn't recycle the configuration? There's certainly code (in main.cpp) to skip timed events that are disabled: ``` /* Timed Events */ for (i = 0; i < sbbs->cfg.total_events && !sbbs->terminated; i++) { if (sbbs->cfg.event[i]->node > sbbs->cfg.sys_nodes) continue; // ignore events for invalid nodes if (sbbs->cfg.event[i]->misc & EVENT_DISABLED) continue; ``` --- SBBSecho 3.30-Linux * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705) .