From a73f17bcdf2c97fc521ddf38a056446e93184772 Mon Sep 17 00:00:00 2001 From: rswindell <> Date: Fri, 12 Jan 2018 22:17:44 +0000 Subject: [PATCH] Inspiried by Lon Seidman's now infamous (but likely common) Synchronet sysop blunder (removing a file rather than downloading it while demonstrating his BBS on his youtube channel: - The sysop command to remove files from the batch file flagging prompt has been changed from 'D' (delete) to 'R' (remove). - The 'D' command from the batch file flagging prompt may now be used for immediate Download of any flagged file(s). --- text/menu/batflag.asc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/text/menu/batflag.asc b/text/menu/batflag.asc index 6300697723..bd13e019ca 100644 --- a/text/menu/batflag.asc +++ b/text/menu/batflag.asc @@ -9,7 +9,7 @@ nhcBatch Flagging Commands: -nhb[nhcBnhb]atch Download�ncAdd file(s) to batch download queue +nhb[nhcBnhb]atch ncAdd file(s) to queue (and [hDnc]ownload immediately) nhb[nhcVnhb]iew Files�ncView archive listing or contents of file(s) nhb[nhcEnhb]xtended Info�ncDisplay extended information on file(s) nhb[nhcSnhb]kip Directory�ncSkip this directory (during scans) @@ -18,6 +18,6 @@ ( nhcSysop Commands: -nhb[nhcDnhb]elete Files�ncDelete file(s) from disk and/or database +nhb[nhcRnhb]emove Files�ncDelete file(s) from disk and/or database nhb[nhcMnhb]ove Files�ncMove file(s) to another directoryn ) -- GitLab