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

Remove some commented-out code

Posting restrictions are handled one QWK-message at a time (and have been for a long time). No actual change here.
parent 21b8b2c2
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
...@@ -643,13 +643,6 @@ void sbbs_t::qwk_sec() ...@@ -643,13 +643,6 @@ void sbbs_t::qwk_sec()
} }
else if(ch=='U') { /* Upload REP Packet */ else if(ch=='U') { /* Upload REP Packet */
/*
if(useron.rest&FLAG('Q') && useron.rest&FLAG('P')) {
bputs(text[R_Post]);
continue;
}
*/
delfiles(cfg.temp_dir,ALLFILES); delfiles(cfg.temp_dir,ALLFILES);
bprintf(text[UploadingREP],cfg.sys_id); bprintf(text[UploadingREP],cfg.sys_id);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment