From: CMDR furrycat Date: Mon, 6 Apr 2020 10:15:12 +0000 (+0100) Subject: Describe newsflash and summary. X-Git-Url: http://git.furryclan.net/?a=commitdiff_plain;h=be18f9203ea651183b5ebaebda69d58704a4a1f7;p=furrycat%2Fcatbot.git Describe newsflash and summary. --- diff --git a/plugin/faction/faction.py b/plugin/faction/faction.py index de34e55..f2cdad9 100644 --- a/plugin/faction/faction.py +++ b/plugin/faction/faction.py @@ -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':