Describe newsflash and summary.
authorCMDR furrycat <elite@furrycat.net>
Mon, 6 Apr 2020 10:15:12 +0000 (11:15 +0100)
committerCMDR furrycat <elite@furrycat.net>
Mon, 6 Apr 2020 10:15:12 +0000 (11:15 +0100)
plugin/faction/faction.py

index de34e55..f2cdad9 100644 (file)
@@ -278,7 +278,7 @@ class Faction(DBConnection):
     elif command == 'edit':
       lines = [
         'Update faction tracking',
-        'See notes on `faction track` for the paramters to use.'
+        'See notes on `faction track` for the parameters to use.'
       ]
     elif command == 'history':
       lines = [
@@ -319,8 +319,14 @@ class Faction(DBConnection):
         '```in CHANNEL```',
         'Reports on the state of `FACTION` in the specified #channel.',
         '',
+        '```news CHANNEL```',
+        'Sends newsflashes to the specified #channel when EDSM is updated.',
+        '',
         '```every INTERVAL```',
         'Specify the interval at which the report will be sent.  You can include **d**ays, **h**ours, **m**inutes or **s**econds.  `every 6h` means every six hours.  `every 10m30s` means every ten minutes and thirty seconds.',
+        '',
+        '```summary DAYS```',
+        'Show `DAYS` worth of data in influence graphs.',
         ''
       ]
     elif command == 'untrack':