* !markov help will display a pretty crude help message. It's funny to
me, I dunno.
* help_timeout config option limits the number of times that `!markov
help` is allowed to run. This is because the help message is a lot of
lines, and it could cause problems if `!markov help` is spammed or
abused. It can be set to 0 or less to disable.
Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
* save_every is no longer necessary so it is removed
* sql_path is added if you need to specify the location of the database
SQL
Signed-off-by: Alek Ratzloff <alekratz@gmail.com>