From: CMDR furrycat Date: Mon, 6 Apr 2020 10:27:53 +0000 (+0100) Subject: More verbose faction track. X-Git-Url: http://git.furryclan.net/?a=commitdiff_plain;h=415ab339058d2b923b0fc03dfb2468ff8b82978e;p=furrycat%2Fcatbot.git More verbose faction track. --- diff --git a/plugin/faction/faction.py b/plugin/faction/faction.py index 22ecb49..98f3a15 100644 --- a/plugin/faction/faction.py +++ b/plugin/faction/faction.py @@ -314,7 +314,7 @@ class Faction(DBConnection): elif command == 'track': lines = [ 'Periodically check and report on a faction state:', - '```faction track in CHANNEL [every INTERVAL] FACTION```', + '```faction track in CHANNEL [every INTERVAL] [news CHANNEL] [summary DAYS] FACTION```', 'The `FACTION` can be a partial name if it matches unambiguously.', '```in CHANNEL```', 'Reports on the state of `FACTION` in the specified #channel.',