From 6483fa369e3aba3862e1a4c7232e15c8115e07c1 Mon Sep 17 00:00:00 2001
From: rswindell <>
Date: Tue, 9 Jan 2018 22:02:10 +0000
Subject: [PATCH] Added ECHOSTATS command and some other minor updates in
 language (e.g. areaname -> areatag) for consistency and clarity.

---
 exec/areamgr.hlp | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/exec/areamgr.hlp b/exec/areamgr.hlp
index b231a49a6e..1fd4aaf0ab 100644
--- a/exec/areamgr.hlp
+++ b/exec/areamgr.hlp
@@ -1,10 +1,10 @@
 Address all Area Management requests to 'AreaFix' (without quotes).
-Your Area Manager password goes on the subject line.
+Your Area Manager password goes in the message subject.
 
-In the body of the message:
+In the body of the message, one or more:
 
-[+]<areaname>         Connect an area
--<areaname>           Disconnect an area
+<areatag>             Connect a message area (echo)
+-<areatag>            Disconnect an area
 %HELP                 Request this message
 %LIST                 Request a list of areas (tags) available to you
 %QUERY                Request a list of areas to which you are connected
@@ -15,6 +15,7 @@ In the body of the message:
 %TICPWD <password>    Set or change your TIC File password
 %RESCAN               Request a rescan of all connected areas
 %RESCAN <areatag>     Request a rescan of a single connected area
+%ECHOSTATS <areatag>  Request statistics (import/export details) of an area
 %ACTIVE               Reconnect (resume) all temporarily disconnected areas
 %PASSIVE              Temporarily disconnect (pause) all connected areas
 %NOTIFY <ON | OFF>    Turn periodic Notification Messages ON or OFF
-- 
GitLab