From 5fe486b93cf4658de7668b7a1fc5cca27681761a Mon Sep 17 00:00:00 2001 From: Deon George Date: Thu, 19 Dec 2024 22:15:38 +0700 Subject: [PATCH] Areafix/Filefix Scan/Rescan commands cannot use +/- in front of area name --- app/Classes/FTN/Process/Netmail/Robot/Areafix/Rescan.php | 2 +- app/Classes/FTN/Process/Netmail/Robot/Areafix/Scan.php | 2 +- app/Classes/FTN/Process/Netmail/Robot/Filefix/Rescan.php | 2 +- app/Classes/FTN/Process/Netmail/Robot/Filefix/Scan.php | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/Classes/FTN/Process/Netmail/Robot/Areafix/Rescan.php b/app/Classes/FTN/Process/Netmail/Robot/Areafix/Rescan.php index 5eb1505..69c8b79 100644 --- a/app/Classes/FTN/Process/Netmail/Robot/Areafix/Rescan.php +++ b/app/Classes/FTN/Process/Netmail/Robot/Areafix/Rescan.php @@ -16,7 +16,7 @@ class Rescan extends Base public static function help(): array { return [ - self::command.' [-|+] []', + self::command.' []', ' Use the rescan command to resend mail from an echoarea.', ' This is will resend mail again, even if you have received it in the past.', ' Arguments:', diff --git a/app/Classes/FTN/Process/Netmail/Robot/Areafix/Scan.php b/app/Classes/FTN/Process/Netmail/Robot/Areafix/Scan.php index a3bbe99..3e793e5 100644 --- a/app/Classes/FTN/Process/Netmail/Robot/Areafix/Scan.php +++ b/app/Classes/FTN/Process/Netmail/Robot/Areafix/Scan.php @@ -16,7 +16,7 @@ class Scan extends Base public static function help(): array { return [ - self::command.' [-|+] []', + self::command.' []', ' Use the scan command to resend mail that you havent received yet from an', ' echoarea. This is useful if you are rejoining an echoarea, and only want', ' to get mail that you dont already have.', diff --git a/app/Classes/FTN/Process/Netmail/Robot/Filefix/Rescan.php b/app/Classes/FTN/Process/Netmail/Robot/Filefix/Rescan.php index a2361da..928b415 100644 --- a/app/Classes/FTN/Process/Netmail/Robot/Filefix/Rescan.php +++ b/app/Classes/FTN/Process/Netmail/Robot/Filefix/Rescan.php @@ -17,7 +17,7 @@ class Rescan extends Base public static function help(): array { return [ - self::command.' [-|+] []', + self::command.' []', ' Use the rescan command to resend files from a filearea.', ' This is will resend files again, even if you have received them in the', ' past.', diff --git a/app/Classes/FTN/Process/Netmail/Robot/Filefix/Scan.php b/app/Classes/FTN/Process/Netmail/Robot/Filefix/Scan.php index 8991ef8..1cb3f39 100644 --- a/app/Classes/FTN/Process/Netmail/Robot/Filefix/Scan.php +++ b/app/Classes/FTN/Process/Netmail/Robot/Filefix/Scan.php @@ -17,7 +17,7 @@ class Scan extends Base public static function help(): array { return [ - self::command.' [-|+] []', + self::command.' []', ' Use the scan command to resend files that you havent received yet from an', ' filearea. This is useful if you are rejoining an filearea, and only want', ' to get files that you dont already have.',