Commit Graph

10 Commits

Author SHA1 Message Date
6b73cccda0 markov: Add !markov help and help_timeout config
* !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>
2024-11-30 23:18:35 -08:00
65dcf8d2ad markov: Update example config to reflect most recent changes
* 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>
2022-06-23 12:36:49 -07:00
6a18a2161c Move another module to the top of the example config because it has full explanations of everything going on
Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
2022-06-03 20:45:52 -07:00
6707b59a73 Move nickserv config documentation up in the file, since it's pretty important
Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
2022-06-03 20:40:27 -07:00
2df0e62166 Add nickserv config documentation
Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
2022-06-03 20:38:36 -07:00
74c98696e4 Add config example for markov bot
Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
2022-06-03 19:55:26 -07:00
a30588111b Minor config example change
Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
2022-05-26 19:50:44 -07:00
63a39c3515 Add enabled documentation to config.toml
Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
2022-05-26 19:48:50 -07:00
48f182e41a Add linkbot and config example for linkbot
Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
2022-05-23 21:02:51 -07:00
de1101ddfb Add config example and data/fortunes.txt
Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
2022-05-23 19:02:25 -07:00