Skip to content
Snippets Groups Projects
Commit 01b5315d authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Don't prompt to add sub to new-scan when scalling for polls (i.e. to vote on)

parent deee6807
Branches
No related tags found
No related merge requests found
Pipeline #8952 passed
...@@ -1642,7 +1642,7 @@ int sbbs_t::scanposts(int subnum, int mode, const char *find) ...@@ -1642,7 +1642,7 @@ int sbbs_t::scanposts(int subnum, int mode, const char *find)
if (!noyes(str)) if (!noyes(str))
postmsg(subnum, 0, 0); postmsg(subnum, 0, 0);
} }
if (!(org_mode & (SCAN_CONT | SCAN_TOYOU | SCAN_FIND)) if (!(org_mode & (SCAN_CONT | SCAN_TOYOU | SCAN_FIND | SCAN_POLLS))
&& !(subscan[subnum].cfg & SUB_CFG_NSCAN) && !noyes(text[AddSubToNewScanQ])) && !(subscan[subnum].cfg & SUB_CFG_NSCAN) && !noyes(text[AddSubToNewScanQ]))
subscan[subnum].cfg |= SUB_CFG_NSCAN; subscan[subnum].cfg |= SUB_CFG_NSCAN;
smb_close(&smb); smb_close(&smb);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment