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 = [
'```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':