* Use pyed/tailer instead of hpcloud/tail
* Get rid of 'vendor' as we are no longer using hpcloud/tail
* Fix usage message
* Add the ability to pass the bot token via env variable
* Add new line to the error messages
* Minor formatting tweaks on the `help` command
There were a few commas and capitalizations off. Also put some other stuff in italics or quotes for readibility.
* More formatting tweaks; error msgs slightly off
Some more formatting tweaks, for readibility.
Also fixed a minor typo on `add`: "atleast" -> "at least"
`check` and `start` also appeared to have a minor bug in an error message, as it displayed `stop: ` instead of the respective command. Read this as a copy-paste of a chunk of code and then forgetting to update it to the relevant command, but if I misunderstood and the behavior is actually intentional and I just missed the point, just ignore that bit :)
Introducing new flag "-transmission-logfile".
`transmission-daemon` should be started with '--logfile filename'
when `transmission-telegram` is pointed to that logfile via the new
flag, it should send a message upon any download completion.
passing a pointer to update wasn't a good idea to begin with, if a new
update hits while the first one still processing it could crash the
whole program